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