FIX: Removal of i18nPrefix deprecations

This commit is contained in:
Robin Ward 2020-07-15 12:55:32 -04:00
parent 62d5a9690f
commit 70771e02bb
4 changed files with 7 additions and 13 deletions

View File

@ -7,9 +7,7 @@ export default NotificationOptionsComponent.extend({
isHidden: or("category.deleted"), isHidden: or("category.deleted"),
selectKitOptions: { selectKitOptions: {
i18nPrefix: "i18nPrefix", i18nPrefix: "category.notifications",
showFullTitle: false showFullTitle: false
}, }
i18nPrefix: "category.notifications"
}); });

View File

@ -5,8 +5,6 @@ export default NotificationOptionsComponent.extend({
classNames: ["group-notifications-button"], classNames: ["group-notifications-button"],
selectKitOptions: { selectKitOptions: {
i18nPrefix: "i18nPrefix"
},
i18nPrefix: "groups.notifications" i18nPrefix: "groups.notifications"
}
}); });

View File

@ -6,8 +6,6 @@ export default NotificationsButtonComponent.extend({
selectKitOptions: { selectKitOptions: {
showFullTitle: false, showFullTitle: false,
i18nPrefix: "i18nPrefix"
},
i18nPrefix: "tagging.notifications" i18nPrefix: "tagging.notifications"
}
}); });

View File

@ -8,7 +8,7 @@ export default NotificationsButtonComponent.extend({
content: topicLevels, content: topicLevels,
selectKitOptions: { selectKitOptions: {
i18nPrefix: "i18nPrefix", i18nPrefix: "topic.notifications",
i18nPostfix: "i18nPostfix", i18nPostfix: "i18nPostfix",
showCaret: true showCaret: true
}, },