From e31e4a31df7a3e5ba92e64f1ecf98f5d6b291933 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Wed, 17 Oct 2018 15:26:23 +0200 Subject: [PATCH] Reword issue report --- Passepartout/Resources/en.lproj/Localizable.strings | 2 +- Passepartout/Sources/SwiftGen+Strings.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {