diff --git a/assets/js/pages/settings/sections/privacy.js b/assets/js/pages/settings/sections/privacy.js index adba61bb..60176192 100644 --- a/assets/js/pages/settings/sections/privacy.js +++ b/assets/js/pages/settings/sections/privacy.js @@ -124,7 +124,7 @@ const SettingsPrivacySection = { options: lifetimeOptions, settings: [ { - title: tr("Automatically delete unread notification after"), + title: tr("Automatically delete unread notifications after"), key: "notification_lifetime", value: findOptionIndex(settings.notification_lifetime), minVal: serverPolicy.min_notification_lifetime,