Fix wording issue. We know have a footer to explain that a passphrase will work.
This commit is contained in:
parent
1b39155bef
commit
95c39c5c7f
1 changed files with 1 additions and 4 deletions
|
|
@ -70,10 +70,7 @@ internal fun RecoveryKeyView(
|
||||||
verticalArrangement = Arrangement.spacedBy(8.dp)
|
verticalArrangement = Arrangement.spacedBy(8.dp)
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
text = when (state.recoveryKeyUserStory) {
|
text = stringResource(id = CommonStrings.common_recovery_key),
|
||||||
RecoveryKeyUserStory.Enter -> stringResource(R.string.screen_recovery_key_confirm_key_label)
|
|
||||||
else -> stringResource(id = CommonStrings.common_recovery_key)
|
|
||||||
},
|
|
||||||
modifier = Modifier.padding(start = 16.dp),
|
modifier = Modifier.padding(start = 16.dp),
|
||||||
style = ElementTheme.typography.fontBodyMdRegular,
|
style = ElementTheme.typography.fontBodyMdRegular,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue