mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
s/notName/notificationName/g
This commit is contained in:
parent
7c9d62c280
commit
7e70db3fb7
@ -105,11 +105,11 @@ createWidget("notification-item", {
|
||||
return Ember.isEmpty(title) ? "" : escapeExpression(title);
|
||||
},
|
||||
|
||||
text(notificationType, notName) {
|
||||
text(notificationType, notificationName) {
|
||||
const { attrs } = this;
|
||||
const data = attrs.data;
|
||||
const scope =
|
||||
notName === "custom" ? data.message : `notifications.${notName}`;
|
||||
notificationName === "custom" ? data.message : `notifications.${notificationName}`;
|
||||
|
||||
const notificationTypes = this.site.notification_types;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user