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,