From 2d0e39589523b1b5c096fb3155dc3eecb2ba6cfd Mon Sep 17 00:00:00 2001 From: daria Date: Mon, 18 Sep 2023 14:38:07 +0300 Subject: [PATCH] changed `span` into `h5` #1197 --- www/notifications/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/notifications/inner.js b/www/notifications/inner.js index 965f706a5..8e25a9d39 100644 --- a/www/notifications/inner.js +++ b/www/notifications/inner.js @@ -67,7 +67,7 @@ define([ var notifsPanel, notifsList, dismissAll; notifsPanel = h("div.cp-app-notifications-panel", [ h('div.cp-app-notifications-panel-titlebar', [ - h("span.cp-app-notifications-panel-title", + h("h5.cp-app-notifications-panel-title", (Messages.notificationsPage || "Notifications") + " - " + categoryName), h("div.cp-app-notifications-panel-titlebar-buttons", [ dismissAll = h("div.cp-app-notifications-dismissall.cp-clickable", { title: Messages.notifications_dismissAll || "Dismiss All" }, h("span.fa.fa-trash")),