diff --git a/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6 b/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6 index c486b9432a0..e76daabf650 100644 --- a/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6 +++ b/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6 @@ -6,4 +6,4 @@ export default ObjectController.extend({ return I18n.t("topic.unsubscribe.stop_notifications", { title: this.get("model.fancyTitle") }); }.property("model.fancyTitle"), -}) +});