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:
Riken Shah 2021-06-29 16:08:29 +00:00 committed by Tim Abbott
parent 7df9374321
commit 98710d67a2
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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**.