@@ -1664,10 +1664,10 @@ extension String {
16641664 tableName: " Onboarding " ,
16651665 value: " Fast and secure web browsing " ,
16661666 comment: " Subtitle for the Terms of Service screen in the onboarding process. " )
1667- public static let AgreementButtonTitle = MZLocalizedString (
1668- key: " Onboarding.TermsOfService.AgreementButtonTitle.v135 " ,
1667+ public static let AgreementButtonTitleV2 = MZLocalizedString (
1668+ key: " Onboarding.TermsOfService.AgreementButtonTitle.v136 " ,
16691669 tableName: " Onboarding " ,
1670- value: " Agree and continue " ,
1670+ value: " Agree and Continue " ,
16711671 comment: " Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. " )
16721672 public static let TermsOfServiceAgreement = MZLocalizedString (
16731673 key: " Onboarding.TermsOfService.TermsOfServiceAgreement.v135 " ,
@@ -7694,6 +7694,11 @@ extension String {
76947694 tableName: " Settings " ,
76957695 value: " Crash reports allow us diagnose and fix issues with the browser. " ,
76967696 comment: " On the Settings screen, this is the subtitle text for a toggle which controls automatically sending crash reports. " )
7697+ public static let AgreementButtonTitle = MZLocalizedString (
7698+ key: " Onboarding.TermsOfService.AgreementButtonTitle.v135 " ,
7699+ tableName: " Onboarding " ,
7700+ value: " Agree and continue " ,
7701+ comment: " Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. " )
76977702 }
76987703 }
76997704}
0 commit comments