From 2e04a339969b0d9accadde03263d40ebd6dd4271 Mon Sep 17 00:00:00 2001 From: Matt Lichtenstein Date: Wed, 15 Jan 2025 17:03:35 -0500 Subject: [PATCH] Localize FXIOS-11077 [Bookmarks Evolution] Clarify "Sign in to Sync" comment (#24161) --- firefox-ios/Shared/Strings.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox-ios/Shared/Strings.swift b/firefox-ios/Shared/Strings.swift index ef204716bf19..7d9d8034c8bc 100644 --- a/firefox-ios/Shared/Strings.swift +++ b/firefox-ios/Shared/Strings.swift @@ -217,10 +217,10 @@ extension String { value: "Save sites as you browse. We’ll also grab bookmarks from other synced devices.", comment: "The body text for the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the libray modal") public static let ButtonTitle = MZLocalizedString( - key: "Bookmarks.EmptyState.Root.ButtonTitle.v135", + key: "Bookmarks.EmptyState.Root.ButtonTitle.v136", tableName: "Bookmarks", value: "Sign in to Sync", - comment: "The button title for the sign in button on the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. This button triggers the sign in flow, allowing users to sign in to their Mozilla Account to sync data") + comment: "The button title for the sign in button on the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. This button triggers the sign in flow, allowing users to sign in to their Mozilla Account to sync data. In this string, \"Sync\" is used as a verb, and is capitalized as per convention to title case text for buttons in iOS") } public struct Nested { public static let Title = MZLocalizedString(