diff --git a/.template-lintrc.js b/.template-lintrc.js index 41c0cd5e341..85a2b8381ea 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -16,7 +16,7 @@ module.exports = { "no-args-paths": true, "no-attrs-in-components": true, "no-debugger": true, - "no-duplicate-attributes": false, + "no-duplicate-attributes": true, "no-extra-mut-helper-argument": true, "no-html-comments": true, "no-index-component-invocation": true, diff --git a/app/assets/javascripts/discourse/templates/composer.hbs b/app/assets/javascripts/discourse/templates/composer.hbs index f255cd5d4dc..e86aefbfe37 100644 --- a/app/assets/javascripts/discourse/templates/composer.hbs +++ b/app/assets/javascripts/discourse/templates/composer.hbs @@ -213,7 +213,7 @@ {{else}}
{{#if model.createdPost}} - {{i18n 'composer.saved'}} + {{i18n 'composer.saved'}} {{else}} {{i18n 'composer.saving'}} {{loading-spinner size="small"}} {{/if}} diff --git a/app/assets/javascripts/discourse/templates/topic.hbs b/app/assets/javascripts/discourse/templates/topic.hbs index 7b8c2d1b81e..c79b3da18a5 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -36,7 +36,6 @@ options=(hash filterable=true categoryId=buffered.category_id - filterable=true ) }} {{/if}}