From 8da54af3a0f35fe829b29afdc4ff4cd78c25d4ee Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 8 Jun 2021 12:04:48 -0700 Subject: [PATCH] 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". --- static/templates/user_info_popover_content.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/templates/user_info_popover_content.hbs b/static/templates/user_info_popover_content.hbs index c9fbe37b7b..70adc973ff 100644 --- a/static/templates/user_info_popover_content.hbs +++ b/static/templates/user_info_popover_content.hbs @@ -63,7 +63,7 @@ {{#if can_revoke_away}}
  • - {{#tr}}Set yourself as active{{/tr}} + {{#tr}}Set yourself as available{{/tr}}
  • {{/if}}