mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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'));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -152,11 +152,11 @@
|
||||
</div>
|
||||
<div class="user_status_overlay overlay new-style" data-overlay="user_status_overlay" aria-hidden="true">
|
||||
<div class="overlay-content modal-bg">
|
||||
<div class="user_status_change_title">Change user status</div>
|
||||
<div class="user_status_change_title">Set a status message</div>
|
||||
<div>
|
||||
<input type="text" class="user_status" />
|
||||
<button class="sea-green rounded button set_user_status">
|
||||
Change
|
||||
Save
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user