mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
2387: change config pages footer to "clear changes" (#2388)
This commit is contained in:
parent
3d251a7c96
commit
f416cd1c44
2 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ fun PreferenceFooter(
|
|||
) {
|
||||
PreferenceFooter(
|
||||
enabled = enabled,
|
||||
negativeText = R.string.cancel,
|
||||
negativeText = R.string.clear_changes,
|
||||
onNegativeClicked = onCancelClicked,
|
||||
positiveText = R.string.send,
|
||||
onPositiveClicked = onSaveClicked,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue