Fix bad string

This commit is contained in:
Pierre HUBERT 2021-02-16 19:37:01 +01:00
parent 73fb50f8ca
commit 19cfb4760f

View File

@ -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,