diff --git a/app/assets/javascripts/discourse/app/components/user-menu/profile-tab-content.hbs b/app/assets/javascripts/discourse/app/components/user-menu/profile-tab-content.hbs index 07c391f7c18..1754c594c45 100644 --- a/app/assets/javascripts/discourse/app/components/user-menu/profile-tab-content.hbs +++ b/app/assets/javascripts/discourse/app/components/user-menu/profile-tab-content.hbs @@ -23,16 +23,28 @@ {{/if}} -
  • +
  • - {{d-icon (if this.isPresenceHidden "toggle-on" "toggle-off")}} + {{d-icon (if this.isPresenceHidden "toggle-off" "toggle-on")}} - {{i18n "presence_toggle.label"}} + {{#if this.isPresenceHidden}} + {{i18n "presence_toggle.offline"}} + {{else}} + {{i18n "presence_toggle.online"}} + {{/if}}
  • -
  • +