Skip to content

Commit

Permalink
Change text of "Finish" button in account options screen
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Nov 20, 2023
1 parent 623823d commit 54608d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ internal fun AccountOptionsScreen(
},
bottomBar = {
WizardNavigationBar(
nextButtonText = stringResource(id = string.account_setup_button_finish),
onNextClick = { dispatch(Event.OnNextClicked) },
onBackClick = { dispatch(Event.OnBackClicked) },
)
Expand Down

0 comments on commit 54608d7

Please sign in to comment.