mirror of https://github.com/zulip/zulip.git
presence: Fix confusing "active" label for "not unavailable".
The Help Center article talks about these using similar terms, which may need further work, but it seems clear that undoing "set unavailable" should be "set available", not "set active".
This commit is contained in:
parent
30c993451d
commit
8da54af3a0
|
@ -63,7 +63,7 @@
|
|||
{{#if can_revoke_away}}
|
||||
<li>
|
||||
<a tabindex="0" class="revoke_away_status">
|
||||
<i class="fa fa-minus-circle" aria-hidden="true"></i> {{#tr}}Set yourself as active{{/tr}}
|
||||
<i class="fa fa-minus-circle" aria-hidden="true"></i> {{#tr}}Set yourself as available{{/tr}}
|
||||
</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue