mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 11:13:22 +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…
Reference in New Issue
Block a user