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"),
|
||||
|
||||
selectKitOptions: {
|
||||
i18nPrefix: "i18nPrefix",
|
||||
i18nPrefix: "category.notifications",
|
||||
showFullTitle: false
|
||||
},
|
||||
|
||||
i18nPrefix: "category.notifications"
|
||||
}
|
||||
});
|
||||
|
|
|
@ -5,8 +5,6 @@ export default NotificationOptionsComponent.extend({
|
|||
classNames: ["group-notifications-button"],
|
||||
|
||||
selectKitOptions: {
|
||||
i18nPrefix: "i18nPrefix"
|
||||
},
|
||||
|
||||
i18nPrefix: "groups.notifications"
|
||||
i18nPrefix: "groups.notifications"
|
||||
}
|
||||
});
|
||||
|
|
|
@ -6,8 +6,6 @@ export default NotificationsButtonComponent.extend({
|
|||
|
||||
selectKitOptions: {
|
||||
showFullTitle: false,
|
||||
i18nPrefix: "i18nPrefix"
|
||||
},
|
||||
|
||||
i18nPrefix: "tagging.notifications"
|
||||
i18nPrefix: "tagging.notifications"
|
||||
}
|
||||
});
|
||||
|
|
|
@ -8,7 +8,7 @@ export default NotificationsButtonComponent.extend({
|
|||
content: topicLevels,
|
||||
|
||||
selectKitOptions: {
|
||||
i18nPrefix: "i18nPrefix",
|
||||
i18nPrefix: "topic.notifications",
|
||||
i18nPostfix: "i18nPostfix",
|
||||
showCaret: true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue