Skip to content

Commit

Permalink
Use "ok" instead of "add" when editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Secozzi committed Nov 9, 2024
1 parent ccefbb8 commit 9d9c1ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fun CustomButtonEditDialog(
onDismissRequest()
}
) {
Text(text = stringResource(id = R.string.pref_custom_button_action_add))
Text(text = stringResource(id = R.string.generic_ok))
}
},
dismissButton = {
Expand Down

0 comments on commit 9d9c1ac

Please sign in to comment.