diff --git a/DuckDuckGo/UserText.swift b/DuckDuckGo/UserText.swift index d0f24fe7a9..80aa28daf8 100644 --- a/DuckDuckGo/UserText.swift +++ b/DuckDuckGo/UserText.swift @@ -869,7 +869,7 @@ But if you *do* want a peek under the hood, you can find more information about // MARK: Sync - public static let syncUserUserAuthenticationReason = NSLocalizedString("sync.user.auth.reason", value:"Unlock device to setup Sync & Backup", comment: "Reason for auth when setting up Sync") + public static let syncUserUserAuthenticationReason = NSLocalizedString("sync.user.auth.reason", value:"Unlock device to set up Sync & Backup", comment: "Reason for auth when setting up Sync") public static let syncTurnOffConfirmTitle = NSLocalizedString("sync.turn.off.confirm.title", value:"Turn Off Sync?", comment: "Title of the dialog to confirm turning off Sync") public static let syncTurnOffConfirmMessage = NSLocalizedString("sync.turn.off.confirm.message", value:"This Device will no longer be able to access your synced data.", comment: "Message for the dialog to confirm turning off Sync") public static let syncTurnOffConfirmAction = NSLocalizedString("sync.turn.off.confirm.action", value:"Remove", comment: "Caption for a button to remove current device from Sync") diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index ba360c75d5..0da7a3b2b9 100644 --- a/DuckDuckGo/en.lproj/Localizable.strings +++ b/DuckDuckGo/en.lproj/Localizable.strings @@ -2098,7 +2098,7 @@ But if you *do* want a peek under the hood, you can find more information about "sync.turn.off.confirm.title" = "Turn Off Sync?"; /* Reason for auth when setting up Sync */ -"sync.user.auth.reason" = "Unlock device to setup Sync & Backup"; +"sync.user.auth.reason" = "Unlock device to set up Sync & Backup"; /* Data syncing unavailable warning message */ "sync.warning.data.syncing.disabled" = "Sorry, but Sync & Backup is currently unavailable. Please try again later.";