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