FIX: Removal of i18nPrefix deprecations
This commit is contained in:
parent
62d5a9690f
commit
70771e02bb
|
@ -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"
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -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"
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -6,8 +6,6 @@ export default NotificationsButtonComponent.extend({
|
||||||
|
|
||||||
selectKitOptions: {
|
selectKitOptions: {
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
i18nPrefix: "i18nPrefix"
|
i18nPrefix: "tagging.notifications"
|
||||||
},
|
}
|
||||||
|
|
||||||
i18nPrefix: "tagging.notifications"
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue