Use generic action_start
This commit is contained in:
parent
1afdb6aa85
commit
14a8d7b0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ internal fun BottomMenu(screenState: VerifySelfSessionState, goBack: () -> Unit)
|
|||
R.string.screen_session_verification_they_match
|
||||
}
|
||||
}
|
||||
FlowStep.Ready -> R.string.screen_session_verification_positive_button_ready
|
||||
FlowStep.Ready -> CommonStrings.action_start
|
||||
else -> null
|
||||
}
|
||||
val negativeButtonTitle = when (verificationViewState) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue