diff --git a/app/assets/javascripts/discourse/templates/modal/edit_category.js.handlebars b/app/assets/javascripts/discourse/templates/modal/edit_category.js.handlebars index 7915feea087..65040b6b088 100644 --- a/app/assets/javascripts/discourse/templates/modal/edit_category.js.handlebars +++ b/app/assets/javascripts/discourse/templates/modal/edit_category.js.handlebars @@ -128,6 +128,8 @@ {{textField value=position class="position-input"}} + {{else}} +

{{i18n category.position_disabled}}

{{/if}} {{/unless}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index edc52ccc61e..9f13d6b7759 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1132,6 +1132,7 @@ en: this_year: "this year" position: "position" default_position: "Default Position" + position_disabled: 'Categories will be displayed in order of activity. To control the order of categories in lists, enable the "fixed category positions" setting.' parent: "Parent Category" flagging: