DEV: Remove duplicate (and deprecated) SK option (#11435)
This commit is contained in:
parent
9f786306bd
commit
3e1b84963d
|
@ -13,8 +13,6 @@ export default NotificationsButtonComponent.extend({
|
|||
showCaret: true,
|
||||
},
|
||||
|
||||
i18nPrefix: "topic.notifications",
|
||||
|
||||
i18nPostfix: computed("topic.archetype", function () {
|
||||
return this.topic.archetype === "private_message" ? "_pm" : "";
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue