From 0374dc1a0e30e892c8bc28b872818c696c078833 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 7 Sep 2017 16:56:38 +0200 Subject: [PATCH] FIX: keys were incorrectly set to category --- .../javascripts/discourse/components/topic-notifications.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/components/topic-notifications.js.es6 b/app/assets/javascripts/discourse/components/topic-notifications.js.es6 index 70e2a481332..5187ebb0b6d 100644 --- a/app/assets/javascripts/discourse/components/topic-notifications.js.es6 +++ b/app/assets/javascripts/discourse/components/topic-notifications.js.es6 @@ -9,7 +9,7 @@ export default DropdownSelectBoxComponent.extend({ content: topicLevels, - i18nPrefix: 'category.notifications', + i18nPrefix: 'topic.notifications', i18nPostfix: '', textKey: "key",