Skip to content

Commit

Permalink
BITAU-198 Update some copy on the manual entry screen (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaisting-livefront authored Nov 5, 2024
1 parent aeba03a commit 6763bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,19 +213,9 @@ fun ManualCodeEntryScreen(
}
},
)
Text(
text = stringResource(id = R.string.once_the_key_is_successfully_entered),
style = MaterialTheme.typography.bodyMedium,
modifier = Modifier
.fillMaxWidth()
.padding(
vertical = 16.dp,
horizontal = 16.dp,
),
)

Text(
text = stringResource(id = R.string.cannot_add_key),
text = stringResource(id = R.string.cannot_add_authenticator_key),
style = MaterialTheme.typography.bodyMedium,
modifier = Modifier
.fillMaxWidth()
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<string name="scan_qr_code">Scan QR code</string>
<string name="point_your_camera_at_the_qr_code">Point your camera at the QR code.</string>
<string name="cannot_scan_qr_code">Cannot scan QR code.</string>
<string name="enter_key_manually">Enter key manually.</string>
<string name="cannot_add_key">Cannot add key?</string>
<string name="enter_key_manually">Enter key manually</string>
<string name="cannot_add_authenticator_key">Cannot add authenticator key?</string>
<string name="once_the_key_is_successfully_entered">Once the key is successfully entered,\nselect Add TOTP to store the key safely</string>
<string name="add_totp">Add TOTP</string>
<string name="authenticator_key_scanner">Authenticator key</string>
Expand Down

0 comments on commit 6763bfd

Please sign in to comment.