DEV: Remove duplicate (and deprecated) SK option (#11435)

This commit is contained in:
Penar Musaraj 2020-12-08 13:21:02 -05:00 committed by GitHub
parent 9f786306bd
commit 3e1b84963d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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" : "";
}),