diff --git a/app/assets/javascripts/discourse/templates/preferences/account.hbs b/app/assets/javascripts/discourse/templates/preferences/account.hbs index cded185e598..fde2bd55bfd 100644 --- a/app/assets/javascripts/discourse/templates/preferences/account.hbs +++ b/app/assets/javascripts/discourse/templates/preferences/account.hbs @@ -7,9 +7,11 @@ {{d-icon "pencil"}} {{/link-to}} {{/if}} -
- {{{i18n 'user.username.short_instructions' username=model.username}}} -
+ {{#if siteSettings.enable_mentions}} +
+ {{{i18n 'user.username.short_instructions' username=model.username}}} +
+ {{/if}} {{#if canEditName}}