Skip to content

Commit

Permalink
Use general_continue instead
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Jan 13, 2025
1 parent db71bf4 commit 5ade25c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private fun CustomizeTravelAddonScreenContent(
Spacer(Modifier.height(16.dp))
HedvigButton(
buttonSize = Large,
text = stringResource(R.string.ADDON_FLOW_ADD_TO_INSURANCE_BUTTON),
text = stringResource(R.string.general_continue_button),
enabled = true,
onClick = dropUnlessResumed {
submitToSummary()
Expand Down

0 comments on commit 5ade25c

Please sign in to comment.