diff --git a/static/templates/user_info_popover_content.handlebars b/static/templates/user_info_popover_content.handlebars index ef515b50db..0b5316d420 100644 --- a/static/templates/user_info_popover_content.handlebars +++ b/static/templates/user_info_popover_content.handlebars @@ -90,21 +90,26 @@ {{#if can_set_away}}
  • - {{#tr this}}Set status to away{{/tr}} + {{#tr this}}Set yourself to away{{/tr}}
  • {{/if}} {{#if can_revoke_away}}
  • - {{#tr this}}Clear away status{{/tr}} + {{#tr this}}Set yourself to active{{/tr}}
  • {{/if}} {{#if is_me}}
  • - {{#tr this}}Update status{{/tr}} + + {{#if status_text}} + {{#tr this}}Edit status message{{/tr}} + {{else}} + {{#tr this}}Set a status message{{/tr}} + {{/if}}
  • {{/if}}