From f416cd1c4418f9d3a503159c579bbe6a20ddc9b4 Mon Sep 17 00:00:00 2001 From: DaneEvans Date: Tue, 8 Jul 2025 22:18:03 +1000 Subject: [PATCH] 2387: change config pages footer to "clear changes" (#2388) --- .../geeksville/mesh/ui/common/components/PreferenceFooter.kt | 2 +- app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/geeksville/mesh/ui/common/components/PreferenceFooter.kt b/app/src/main/java/com/geeksville/mesh/ui/common/components/PreferenceFooter.kt index eb88e1b5b..8901930bf 100644 --- a/app/src/main/java/com/geeksville/mesh/ui/common/components/PreferenceFooter.kt +++ b/app/src/main/java/com/geeksville/mesh/ui/common/components/PreferenceFooter.kt @@ -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, diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7fc9e0c74..d9de04d3a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -121,6 +121,7 @@ A URL for joining a Meshtastic mesh Accept Cancel + Clear changes Change channel Are you sure you want to change the channel? All communication with other nodes will stop until you share the new channel settings. New Channel URL received