diff --git a/Passepartout/Resources/en.lproj/Localizable.strings b/Passepartout/Resources/en.lproj/Localizable.strings index ce1bb8ea..65605a9b 100644 --- a/Passepartout/Resources/en.lproj/Localizable.strings +++ b/Passepartout/Resources/en.lproj/Localizable.strings @@ -155,7 +155,7 @@ "vpn.inactive" = "Inactive"; "vpn.disabled" = "Disabled"; -"issue_reporter.title" = "Report issue"; +"issue_reporter.title" = "Report an issue"; "issue_reporter.message" = "Do you want to attach the debug log of your latest connections? The log is crucial to resolve your connectivity issues and is completely anonymous."; "issue_reporter.buttons.with_log" = "Attach debug log"; "issue_reporter.buttons.without_log" = "Omit debug log"; diff --git a/Passepartout/Sources/SwiftGen+Strings.swift b/Passepartout/Sources/SwiftGen+Strings.swift index 66e18426..073b1893 100644 --- a/Passepartout/Sources/SwiftGen+Strings.swift +++ b/Passepartout/Sources/SwiftGen+Strings.swift @@ -275,7 +275,7 @@ internal enum L10n { internal enum IssueReporter { /// Do you want to attach the debug log of your latest connections? The log is crucial to resolve your connectivity issues and is completely anonymous. internal static let message = L10n.tr("Localizable", "issue_reporter.message") - /// Report issue + /// Report an issue internal static let title = L10n.tr("Localizable", "issue_reporter.title") internal enum Alerts {