From bcba25b826a6e66b454bffa57321c683cc135f64 Mon Sep 17 00:00:00 2001 From: bwaresiak Date: Thu, 11 Jan 2024 13:29:48 +0100 Subject: [PATCH] Update .strings file (#2325) Task/Issue URL: https://app.asana.com/0/414235014887631/1204622631026489/f Tech Design URL: CC: Description: Update .strings file after recent merge. --- .../SyncUI/Resources/en.lproj/Localizable.strings | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/LocalPackages/SyncUI/Sources/SyncUI/Resources/en.lproj/Localizable.strings b/LocalPackages/SyncUI/Sources/SyncUI/Resources/en.lproj/Localizable.strings index 0b3210a0b6..4b864482a4 100644 --- a/LocalPackages/SyncUI/Sources/SyncUI/Resources/en.lproj/Localizable.strings +++ b/LocalPackages/SyncUI/Sources/SyncUI/Resources/en.lproj/Localizable.strings @@ -26,7 +26,7 @@ "cancel.button" = "Cancel"; /* Connect With Server Sheet - Button */ -"connect.with.server.sheet.button" = "Turn on Sync & Backup"; +"connect.with.server.sheet.button" = "Turn On Sync & Back Up"; /* Connect With Server Sheet - Description Part 1 */ "connect.with.server.sheet.description.part1" = "This creates an encrypted backup of your bookmarks and passwords on DuckDuckGo’s secure server, which can be synced with your other devices."; @@ -50,7 +50,7 @@ "delete.server.data" = "Turn Off and Delete Server Data..."; /* Device SyncedSheet - Title */ -"device.synced.sheet.title" = "Your Data is Synced!"; +"device.synced.sheet.title" = "Your data is synced!"; /* Standard Buttons - Done Button */ "done.button" = "Done"; @@ -184,9 +184,6 @@ /* Scan or See Code View - Instruction with syncMenuPath */ "scan.or.see.code.instruction.attributed" = "Go to %@ in the DuckDuckGo Browser on another device and select ”Sync with Another Device.”."; -/* Scan or See Code View - Instruction Part 3 */ -"scan.or.see.code.instruction.part3" = "in the DuckDuckGo Browser on another device and select ”Sync with Another Device.”"; - /* Scan or See Code View - Manually Enter Code Link */ "scan.or.see.code.manually.enter.code.link" = "Manually Enter Code"; @@ -227,7 +224,7 @@ "sync.warning.sync.unavailable" = "Sync & Backup is Unavailable"; /* Button label for syncing with another device */ -"sync.with.another.device.button" = "Sync with Another Device"; +"sync.with.another.device.button" = "Sync With Another Device"; /* Footer message for syncing with another device */ "sync.with.another.device.footer" = "Your data is end-to-end encrypted, and DuckDuckGo does not have access to the encryption key."; @@ -257,7 +254,7 @@ "unified.favorites.instruction" = "Use the same favorite bookmarks on all your devices. Leave off to keep mobile and desktop favorites separate."; /* Options - Unify Favorites Title */ -"unified.favorites.title" = "Unify Favorites"; +"unified.favorites.title" = "Unify Favorites Across Devices"; /* View Text Code menu item */ "view.text.code.menu.item" = "View Text Code";