diff --git a/src/gui/src/UI/Dashboard/UIDashboardNotifications.js b/src/gui/src/UI/Dashboard/UIDashboardNotifications.js index 5e520d394..27cedfb10 100644 --- a/src/gui/src/UI/Dashboard/UIDashboardNotifications.js +++ b/src/gui/src/UI/Dashboard/UIDashboardNotifications.js @@ -213,7 +213,6 @@ export default function UIDashboardNotifications ({ $el_window, socket }) {
${i18n('notifications_empty_title')}
-${i18n('notifications_empty_hint')}
${i18n('notifications_load_failed')}
diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index dbb9e52d3..9ee7a9956 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -7298,13 +7298,12 @@ body.dashboard-mode .window-dashboard-headless .window-body-app { } .dashboard-notifications-empty-title { - margin: 0 0 4px; + margin: 0; font-size: 14px; font-weight: 600; color: var(--dashboard-text-primary); } -.dashboard-notifications-empty-hint, .dashboard-notifications-error p { margin: 0; font-size: 12.5px; diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index a19fd35f5..99d1cda3b 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -242,7 +242,6 @@ const en = { notification_dismiss_named: 'Dismiss notification: {{title}}', notifications: 'Notifications', notifications_dismiss_failed: "Couldn't dismiss that notification. Please try again.", - notifications_empty_hint: 'When someone shares a file with you, it will show up here.', notifications_empty_title: "You're all caught up", notifications_load_failed: "Couldn't load notifications.", notifications_mark_all_failed: "Couldn't mark everything as read. Please try again.",