Change text of "Finish" button in account options screen
This commit is contained in:
parent
623823dbdc
commit
54608d78e0
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ internal fun AccountOptionsScreen(
|
||||||
},
|
},
|
||||||
bottomBar = {
|
bottomBar = {
|
||||||
WizardNavigationBar(
|
WizardNavigationBar(
|
||||||
nextButtonText = stringResource(id = string.account_setup_button_finish),
|
|
||||||
onNextClick = { dispatch(Event.OnNextClicked) },
|
onNextClick = { dispatch(Event.OnNextClicked) },
|
||||||
onBackClick = { dispatch(Event.OnBackClicked) },
|
onBackClick = { dispatch(Event.OnBackClicked) },
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue