diff --git a/applets/notifications/package/contents/ui/main.qml b/applets/notifications/package/contents/ui/main.qml index 36b4fe096..b3e67dbad 100644 --- a/applets/notifications/package/contents/ui/main.qml +++ b/applets/notifications/package/contents/ui/main.qml @@ -63,7 +63,7 @@ Item { KCoreAddons.Format.formatRelativeDateTime(inhibitedUntil, Locale.ShortFormat))); } } else if (lines.length === 0) { - lines.push(i18n("No unread notificatons")); + lines.push(i18n("No unread notifications")); } return lines.join("\n"); diff --git a/dataengines/notifications/notifications.operations b/dataengines/notifications/notifications.operations index 636bfb068..63e1e6705 100644 --- a/dataengines/notifications/notifications.operations +++ b/dataengines/notifications/notifications.operations @@ -21,7 +21,7 @@ - +