mirror of https://github.com/zulip/zulip.git
Clarify UI description of message retention.
This commit is contained in:
parent
a417fd3c0b
commit
ecf9a50610
|
@ -151,8 +151,8 @@
|
|||
<div class="input-group">
|
||||
<label for="realm_message_retention_days"
|
||||
id="id_realm_message_retention_days_label"
|
||||
title="{{t 'If empty, messages are not moved to archive.' }}">
|
||||
{{t 'Retention period for messages in days (empty for disable)' }}
|
||||
title="{{t 'Messages older than the configured number of days will be automatically deleted' }}">
|
||||
{{t 'Messages retention period in days (blank means messages are retained forever)' }}
|
||||
</label>
|
||||
<input type="text" id="id_realm_message_retention_days"
|
||||
name="realm_message_retention_days"
|
||||
|
|
Loading…
Reference in New Issue