Fix grammar in autodelete invoices info (#1371)

This commit is contained in:
ekzyis 2024-09-07 17:01:27 +02:00 committed by GitHub
parent 54f8a61483
commit f05b29717a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ export default function Settings ({ ssrData }) {
<li>use this to protect receiver privacy</li>
<li>applies retroactively, cannot be reversed</li>
<li>withdrawal invoices are kept at least {INVOICE_RETENTION_DAYS} days for security and debugging purposes</li>
<li>autodeletions are run a daily basis at night</li>
<li>autodeletions are run on a daily basis at night</li>
</ul>
</Info>
</div>