diff --git a/static/js/user_status_ui.js b/static/js/user_status_ui.js index be8ca44758..d96f8b7e45 100644 --- a/static/js/user_status_ui.js +++ b/static/js/user_status_ui.js @@ -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')); } }; diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index e04c0a3850..486ec6b470 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -152,11 +152,11 @@