Skip to content

Commit

Permalink
Fix string resource
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Aug 23, 2024
1 parent 858795b commit 63835f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private fun DisclaimerView(
Text(stringResource(R.string.restore_disclaimer_message))
}
Checkbox(
text = stringResource(R.string.restore_disclaimer_checkbox),
text = stringResource(R.string.utils_ack),
checked = hasCheckedWarning,
onCheckedChange = { hasCheckedWarning = it },
)
Expand Down

0 comments on commit 63835f1

Please sign in to comment.