Skip to content

Commit 7e0507b

Browse files
committed
chore(flipcash): update screen title for 2FA code during phone verify
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent 32abda7 commit 7e0507b

File tree

2 files changed

+2
-1
lines changed
  • apps/flipcash

2 files changed

+2
-1
lines changed

apps/flipcash/core/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@
324324
<string name="title_verifyEmailAddress">Verify Your Email</string>
325325
<string name="subtitle_resend">Resend</string>
326326

327+
<string name="title_enterTheCode">Enter The Code</string>
327328
<string name="error_title_failedToSendCodeToPhone">Something Went Wrong</string>
328329
<string name="error_description_failedToSendCodeToPhone">Please ensure that your phone number is entered correctly</string>
329330
<string name="error_title_failedToSendCodeToEmail">Something Went Wrong</string>

apps/flipcash/features/contact-verification/src/main/kotlin/com/flipcash/app/contact/verification/phone/PhoneCodeScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PhoneCodeScreen: Screen, NamedScreen, Parcelable {
3434
override val key: ScreenKey = uniqueScreenKey
3535

3636
override val name: String
37-
@Composable get() = stringResource(R.string.title_verifyPhoneNumber)
37+
@Composable get() = stringResource(R.string.title_enterTheCode)
3838

3939
@Composable
4040
override fun Content() {

0 commit comments

Comments
 (0)