mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 15:40:12 +08:00
FIX: fix locale key
This commit is contained in:
parent
9756e35956
commit
87bf0ec7ae
@ -160,7 +160,7 @@ createWidget("notification-item", {
|
||||
let title;
|
||||
|
||||
if (notificationName) {
|
||||
title = I18n.t(`notification.titles.${notificationName}`);
|
||||
title = I18n.t(`notifications.titles.${notificationName}`);
|
||||
} else {
|
||||
title = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user