From 38041ce5c80d016e52bf2d3f091c358bd4220f5f Mon Sep 17 00:00:00 2001 From: Marc-Antoine Thevenet Date: Sun, 5 Jun 2022 07:56:22 +0200 Subject: [PATCH] Update en.json ## EASY FIX ### Typo fix --- app/config/locale/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/locale/translations/en.json b/app/config/locale/translations/en.json index ab765fe47..91cc2405b 100644 --- a/app/config/locale/translations/en.json +++ b/app/config/locale/translations/en.json @@ -30,7 +30,7 @@ "emails.certificate.subject": "Certificate failure for %s", "emails.certificate.hello": "Hello", "emails.certificate.body": "Certificate for your domain '{{domain}}' could not be generated. This is attempt no. {{attempt}}, and the failure was caused by: {{error}}", - "emails.certificate.footer": "Your previous certificate willl be valid for 30 days since the first failure. We highly recommend investigating this case, otherwise your domain will end up without a valid SSL communication.", + "emails.certificate.footer": "Your previous certificate will be valid for 30 days since the first failure. We highly recommend investigating this case, otherwise your domain will end up without a valid SSL communication.", "emails.certificate.thanks": "Thanks", "emails.certificate.signature": "{{project}} team", "locale.country.unknown": "Unknown", @@ -235,4 +235,4 @@ "continents.na": "North America", "continents.oc": "Oceania", "continents.sa": "South America" -} \ No newline at end of file +}