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 31408de61ed..c4bd1a936b5 100644
--- a/app/assets/javascripts/discourse/templates/modal/edit_category.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/modal/edit_category.js.handlebars
@@ -13,14 +13,12 @@
{{#if description}}
{{description}}
- {{#if topic_url}}
- {{i18n category.change_in_category_topic}}
- {{/if}}
{{else}}
{{i18n category.no_description}}
- {{#if topic_url}}
- {{i18n category.change_in_category_topic}}
- {{/if}}}
+ {{/if}}
+ {{#if topic_url}}
+
+
{{/if}}