mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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,
|
showCaret: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
i18nPrefix: "topic.notifications",
|
|
||||||
|
|
||||||
i18nPostfix: computed("topic.archetype", function () {
|
i18nPostfix: computed("topic.archetype", function () {
|
||||||
return this.topic.archetype === "private_message" ? "_pm" : "";
|
return this.topic.archetype === "private_message" ? "_pm" : "";
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user