From f05b29717aead9b16ce4bc7e97340ffe5c2b94d1 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 7 Sep 2024 17:01:27 +0200 Subject: [PATCH] Fix grammar in autodelete invoices info (#1371) --- pages/settings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/settings/index.js b/pages/settings/index.js index 05e2e415..80fd6e8f 100644 --- a/pages/settings/index.js +++ b/pages/settings/index.js @@ -352,7 +352,7 @@ export default function Settings ({ ssrData }) {
  • use this to protect receiver privacy
  • applies retroactively, cannot be reversed
  • withdrawal invoices are kept at least {INVOICE_RETENTION_DAYS} days for security and debugging purposes
  • -
  • autodeletions are run a daily basis at night
  • +
  • autodeletions are run on a daily basis at night