mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Removal of i18nPrefix deprecations
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user