From 19cfb4760fffb16002c0a6e58655995ca742422b Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 16 Feb 2021 19:37:01 +0100 Subject: [PATCH] Fix bad string --- assets/js/pages/settings/sections/privacy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,