Skip to content

Commit

Permalink
remove hard codded string
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Sep 19, 2023
1 parent 41b0230 commit 0b90eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private fun ContinueButton(
val interactionSource = remember { MutableInteractionSource() }
Column(modifier = modifier) {
WirePrimaryButton(
text = "continue",
text = stringResource(R.string.label_continue),
onClick = onContinue,
state = if (enabled) WireButtonState.Default else WireButtonState.Disabled,
interactionSource = interactionSource,
Expand Down

0 comments on commit 0b90eed

Please sign in to comment.