Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Merge requests
!89
Fix resend code missing implementation for onboarding and profile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix resend code missing implementation for onboarding and profile
fix/resend-code
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
10
Merged
Bruno Muniz
requested to merge
fix/resend-code
into
dev
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Compare
dev
version 2
467e1920
2 years ago
version 1
24f50a02
2 years ago
dev (base)
and
latest version
latest version
bff1322b
1 commit,
2 years ago
version 2
467e1920
1 commit,
2 years ago
version 1
24f50a02
1 commit,
2 years ago
10 files
+
57
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
Sources/AppResources/Resources/en.lproj/Localizable.strings
+
2
−
2
Options
@@ -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