user status: Fix wording in set-status modal.

This commit is contained in:
Steve Howell
2019-02-01 04:22:36 +00:00
committed by Tim Abbott
parent 3e615fd8b0
commit 7f23b7fb98
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ exports.update_button = function () {
if (new_status_text === '') {
button.text(i18n.t('Clear'));
} else {
button.text(i18n.t('Change'));
button.text(i18n.t('Save'));
}
};