Skip to content

Commit

Permalink
Localize FXIOS-11077 [Bookmarks Evolution] Clarify "Sign in to Sync" …
Browse files Browse the repository at this point in the history
…comment (#24161)
  • Loading branch information
MattLichtenstein authored Jan 15, 2025
1 parent 4dd3b3d commit 2e04a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firefox-ios/Shared/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2e04a33

Please sign in to comment.