mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
user status: Fix wording in set-status modal.
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user