diff --git a/web/templates/gear_menu_popover.hbs b/web/templates/gear_menu_popover.hbs index 915953014f..c12bfd5063 100644 --- a/web/templates/gear_menu_popover.hbs +++ b/web/templates/gear_menu_popover.hbs @@ -6,12 +6,12 @@ {{version_display_string}} {{#if server_needs_upgrade }} -
  • +
  • {{t 'Upgrade to the latest release' }}
  • {{/if}} {{else}} -
  • +
  • {{#if is_plan_limited }} Zulip Cloud Free {{else if is_plan_standard}} @@ -22,17 +22,17 @@
  • {{/if}} {{#if (and is_plan_limited is_owner) }} -
  • +
  • {{t "Upgrade to {standard_plan_name}" }}
  • {{/if}} {{#if is_plan_limited }} {{#if is_education_org }} -
  • +
  • {{t 'Request education pricing' }}
  • {{else if (not is_business_org) }} -
  • +
  • {{t 'Request sponsorship' }}
  • {{/if}}