Skip to content

Commit 22c74bb

Browse files
authored
Add FXIOS-14413 [Terms of Use] Privacy Notice homepage card strings (#31262)
1 parent 430f20f commit 22c74bb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

firefox-ios/Shared/Strings.swift

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,24 @@ extension String {
989989
comment: "A button at bottom of the Firefox homepage that, when clicked, takes users straight to the settings options, where they can customize the Firefox Home page")
990990
}
991991

992+
public struct PrivacyNotice {
993+
public static let Body = MZLocalizedString(
994+
key: "FirefoxHome.PrivacyNotice.Body.v148",
995+
tableName: "FirefoxHomepage",
996+
value: "We’ve updated our %@ to reflect the latest features in %@. %@",
997+
comment: "Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The first placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The second placeholder is for the app name (e.g. Firefox). The third placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice")
998+
public static let PrivacyNoticeLink = MZLocalizedString(
999+
key: "FirefoxHome.PrivacyNotice.PrivacyNoticeLink.v148",
1000+
tableName: "FirefoxHomepage",
1001+
value: "Privacy Notice",
1002+
comment: "Label for the “Privacy Notice” link inserted into the first placeholder of the Privacy Notice body label. This text will appear as a tappable link that opens the updated Firefox Privacy Notice.")
1003+
public static let LearnMoreLink = MZLocalizedString(
1004+
key: "FirefoxHome.PrivacyNotice.LearnMoreLink.v148",
1005+
tableName: "FirefoxHomepage",
1006+
value: "Learn More",
1007+
comment: "Label for the “Learn More” link inserted into the second placeholder of the Privacy Notice body label. This text will appear as a tappable link directing users to detailed information about what has changed in the updated Privacy Notice.")
1008+
}
1009+
9921010
public struct HomeTabBanner {
9931011
public struct EvergreenMessage {
9941012
public static let HomeTabBannerTitle = MZLocalizedString(

0 commit comments

Comments
 (0)