Skip to content

Commit 35b4135

Browse files
Add FXIOS-12147 Change ToS card's button string from Agree and continue to just Continue Firefox and Focus (backport #26564) (#26566)
* 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) # Conflicts: # firefox-ios/Client/Frontend/Onboarding/Views/TermsOfServiceViewController.swift * Fix conflict --------- Co-authored-by: Litianu Razvan <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c56a0d5 commit 35b4135

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
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.AgreementButtonTitleV2,
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)