mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix bad string
This commit is contained in:
parent
73fb50f8ca
commit
19cfb4760f
@ -124,7 +124,7 @@ const SettingsPrivacySection = {
|
|||||||
options: lifetimeOptions,
|
options: lifetimeOptions,
|
||||||
settings: [
|
settings: [
|
||||||
{
|
{
|
||||||
title: tr("Automatically delete unread notification after"),
|
title: tr("Automatically delete unread notifications after"),
|
||||||
key: "notification_lifetime",
|
key: "notification_lifetime",
|
||||||
value: findOptionIndex(settings.notification_lifetime),
|
value: findOptionIndex(settings.notification_lifetime),
|
||||||
minVal: serverPolicy.min_notification_lifetime,
|
minVal: serverPolicy.min_notification_lifetime,
|
||||||
|
Loading…
Reference in New Issue
Block a user