Update wording from "Enter recovery key" to "Use recovery key"
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ private fun ChooseSelfVerificationModeButtons(
|
||||
if (state.buttonsState.data.canEnterRecoveryKey) {
|
||||
Button(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
text = stringResource(R.string.screen_session_verification_enter_recovery_key),
|
||||
text = stringResource(R.string.screen_identity_confirmation_use_recovery_key),
|
||||
onClick = onUseRecoveryKey,
|
||||
)
|
||||
}
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@ class ChooseSessionVerificationModeViewTest {
|
||||
aChooseSelfVerificationModeState(AsyncData.Success(aButtonsState(canEnterRecoveryKey = true))),
|
||||
onEnterRecoveryKey = callback,
|
||||
)
|
||||
rule.clickOn(R.string.screen_session_verification_enter_recovery_key)
|
||||
rule.clickOn(R.string.screen_identity_confirmation_use_recovery_key)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user