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:
Tim Abbott 2021-06-08 12:04:48 -07:00
parent 30c993451d
commit 8da54af3a0
1 changed files with 1 additions and 1 deletions

View File

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