mirror of https://github.com/zulip/zulip.git
refactor: Rename Set a status message/Edit status message button text.
In this commit, * We rename `Set a status message` to `Set a status` and * We rename `Edit status message` to `Edit status` for more clarity.
This commit is contained in:
parent
7df9374321
commit
98710d67a2
|
@ -71,9 +71,9 @@
|
|||
<a tabindex="0" class="update_status_text">
|
||||
<i class="fa fa-comments" aria-hidden="true"></i>
|
||||
{{#if status_text}}
|
||||
{{#tr}}Edit status message{{/tr}}
|
||||
{{#tr}}Edit status{{/tr}}
|
||||
{{else}}
|
||||
{{#tr}}Set a status message{{/tr}}
|
||||
{{#tr}}Set a status{{/tr}}
|
||||
{{/if}}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -19,7 +19,7 @@ teammates know when you were last active.
|
|||
|
||||
1. Click the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>) to the right.
|
||||
|
||||
1. Click **Set a status message**.
|
||||
1. Click **Set a status**.
|
||||
|
||||
1. Set a status messages and click **Save**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue