Skip to content

Commit

Permalink
MBL-1233: Use correct string for 'Sign up or Log in' button
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-at-kickstarter committed Feb 27, 2024
1 parent 66fbfa0 commit 2b21c03
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ public final class LoginToutViewController: UIViewController, MFMailComposeViewC
if self.viewModel.outputs.loginWithOAuthEnabled {
// TODO: Add and translate a new version of this string for this page.
_ = self.loginButton |> greenButtonStyle
self.loginButton.setTitle(Strings.discovery_onboarding_buttons_signup_or_login(), for: .normal)
self.loginButton
.setTitle(Strings.login_tout_generic_intent_traditional_signup_or_login_button(), for: .normal)
} else {
_ = self.loginButton |> greyButtonStyle
self.loginButton.setTitle(Strings.login_tout_back_intent_traditional_login_button(), for: .normal)
Expand Down

0 comments on commit 2b21c03

Please sign in to comment.