From eeac79ebc7dbe51f2c1a6ed5d8845f832dabd60c Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:50:44 +0100 Subject: [PATCH] fix: Improve language --- public/locales/en-US/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en-US/translation.json b/public/locales/en-US/translation.json index d051fab..2afa166 100644 --- a/public/locales/en-US/translation.json +++ b/public/locales/en-US/translation.json @@ -98,7 +98,7 @@ "forms": { "generateReports": { "title": "Generate Email Reports?", - "description": "Would you like to create fully encrypted email reports for your mails? Only you will be able to access it. Not even we can decrypt it.", + "description": "Would you like to create fully encrypted email reports for your mails? Only you will be able to access them. Not even we can decrypt them.", "continueAction": "Yes", "cancelAction": "No" },