mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
Fix JS error in group summary notification message
This commit is contained in:
@@ -121,7 +121,7 @@ createWidget("notification-item", {
|
||||
if (notificationType === GROUP_SUMMARY_TYPE) {
|
||||
const count = data.inbox_count;
|
||||
const groupName = data.group_name;
|
||||
return I18n.t(scope, { count, group_name: groupName });
|
||||
return I18n.t(scope, { count, groupName });
|
||||
} else if (notificationType === GROUP_INVITE_TYPE) {
|
||||
const groupName = data.group_name;
|
||||
return I18n.t(scope, { group_name: groupName });
|
||||
|
||||
Reference in New Issue
Block a user