Adjust issue alert to new .ovpn attachment
This commit is contained in:
parent
4b075bcc95
commit
e00129c8a5
|
@ -173,7 +173,7 @@
|
||||||
"vpn.errors.network" = "Network changed";
|
"vpn.errors.network" = "Network changed";
|
||||||
|
|
||||||
"issue_reporter.title" = "Report issue";
|
"issue_reporter.title" = "Report issue";
|
||||||
"issue_reporter.message" = "The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.";
|
"issue_reporter.message" = "The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.\n\nThe .ovpn configuration file, if any, is attached stripped of any sensitive data.\n\nPlease double check the email attachments if unsure.";
|
||||||
"issue_reporter.buttons.accept" = "I understand";
|
"issue_reporter.buttons.accept" = "I understand";
|
||||||
"issue_reporter.alerts.email_not_configured.message" = "No e-mail account is configured.";
|
"issue_reporter.alerts.email_not_configured.message" = "No e-mail account is configured.";
|
||||||
"issue_reporter.email.subject" = "%@ - Report issue";
|
"issue_reporter.email.subject" = "%@ - Report issue";
|
||||||
|
|
|
@ -301,7 +301,7 @@ internal enum L10n {
|
||||||
}
|
}
|
||||||
|
|
||||||
internal enum IssueReporter {
|
internal enum IssueReporter {
|
||||||
/// The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.
|
/// The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.\n\nThe .ovpn configuration file, if any, is attached stripped of any sensitive data.\n\nPlease double check the email attachments if unsure.
|
||||||
internal static let message = L10n.tr("Localizable", "issue_reporter.message")
|
internal static let message = L10n.tr("Localizable", "issue_reporter.message")
|
||||||
/// Report issue
|
/// Report issue
|
||||||
internal static let title = L10n.tr("Localizable", "issue_reporter.title")
|
internal static let title = L10n.tr("Localizable", "issue_reporter.title")
|
||||||
|
|
Loading…
Reference in New Issue