Skip to content

Commit 0b9688c

Browse files
Add FXIOS-12147 Change ToS card's button string from Agree and continue to just Continue Firefox and Focus (backport #26564) (#26565)
Add FXIOS-12147 Change ToS card's button string from Agree and continue to just Continue Firefox and Focus (#26564) FXIOS-12147 #26429 Change ToS card's button string from Agree and continue to just Continue Firefox and Focus (cherry picked from commit df7bfc5) Co-authored-by: Litianu Razvan <[email protected]>
1 parent 7ea34ba commit 0b9688c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

firefox-ios/Client/Frontend/Onboarding/Views/TermsOfServiceViewController.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ class TermsOfServiceViewController: UIViewController, Themeable {
6565
}
6666

6767
private lazy var confirmationButton: PrimaryRoundedButton = .build { button in
68+
// Using .LoginsOnboardingContinueButtonTite until
69+
// we have a new translation for .Onboarding.TermsOfService.AgreementButtonTitleV3
6870
let viewModel = PrimaryRoundedButtonViewModel(
69-
title: .Onboarding.TermsOfService.AgreementButtonTitleV3,
71+
title: .LoginsOnboardingContinueButtonTitle,
7072
a11yIdentifier: AccessibilityIdentifiers.TermsOfService.agreeAndContinueButton)
7173
button.configure(viewModel: viewModel)
7274
button.addTarget(self, action: #selector(self.acceptTermsOfService), for: .touchUpInside)

0 commit comments

Comments
 (0)