mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Improving audit trail settings event log display text.
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
}
|
||||
|
||||
<section class="audittrail-settings-summary">
|
||||
<div>@T("Trimming retention period changed from <strong>{0}</strong> to <strong>{1}</strong>", oldRetentionPeriod, newRetentionPeriod)</div>
|
||||
<div>@T("Minimum run interval changed from <strong>{0}</strong> to <strong>{1}</strong>", oldMinimumRunInterval, newMinimumRunInterval)</div>
|
||||
<div>@T("Trimming retention period changed from <strong>{0}</strong> to <strong>{1}</strong>", T.Plural("1 day", "{0} days", oldRetentionPeriod), T.Plural("1 day", "{0} days", newRetentionPeriod))</div>
|
||||
<div>@T("Minimum run interval changed from <strong>{0}</strong> to <strong>{1}</strong>", T.Plural("1 hour", "{0} hours", oldMinimumRunInterval), T.Plural("1 hour", "{0} hours", newMinimumRunInterval))</div>
|
||||
</section>
|
Reference in New Issue
Block a user