FIX: fix locale key

This commit is contained in:
Maja Komel 2019-06-04 13:35:17 +02:00 committed by GitHub
parent 9756e35956
commit 87bf0ec7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "";
}