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,
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@
|
|||
<string name="url_for_join">A URL for joining a Meshtastic mesh</string>
|
||||
<string name="accept">Accept</string>
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="clear_changes">Clear changes</string>
|
||||
<string name="change_channel">Change channel</string>
|
||||
<string name="are_you_sure_channel">Are you sure you want to change the channel? All communication with other nodes will stop until you share the new channel settings.</string>
|
||||
<string name="new_channel_rcvd">New Channel URL received</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue