Skip to content
Snippets Groups Projects

Fix resend code missing implementation for onboarding and profile

Merged Bruno Muniz requested to merge fix/resend-code into dev
10 files
+ 57
19
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -812,7 +812,7 @@
"onboarding.emailConfirmation.title"
= "Please enter the #code# sent to your email.";
"onboarding.emailConfirmation.subtitle"
= "We sent a verification code to %@.";
= "We sent a verification code to %@";
"onboarding.emailConfirmation.input"
= "Code";
"onboarding.emailConfirmation.next"
@@ -846,7 +846,7 @@
"onboarding.phoneConfirmation.title"
= "Please enter the #code# sent to your phone through #SMS#.";
"onboarding.phoneConfirmation.subtitle"
= "We sent a verification code to %@.";
= "We sent a verification code to %@";
"onboarding.phoneConfirmation.input"
= "Code";
"onboarding.phoneConfirmation.next"
Loading