2387: change config pages footer to "clear changes" (#2388)

This commit is contained in:
DaneEvans 2025-07-08 22:18:03 +10:00 committed by GitHub
parent 3d251a7c96
commit f416cd1c44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -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>