From a11f7310089c562ad8c2a22e66b44142ab53bd08 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 20 Feb 2023 15:52:34 +0100 Subject: [PATCH] fix: translation --- 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 4807812..ab1c5aa 100644 --- a/public/locales/en-US/translation.json +++ b/public/locales/en-US/translation.json @@ -378,7 +378,7 @@ }, "enableImageProxy": { "label": "Enable image proxy", - "description": "If enabled, images will be stored on the server and forwarded to the user. This is useful if you want to prevent the user from seeing the IP address of the server. This will only affect new images." + "description": "If enabled, images will be stored on the server and forwarded to the user. This makes email tracking nearly impossible as every message will be marked as read instantly, which is obviously not true as a user is typically not able to view an email in just a few seconds after it has been sent. This will only affect new images." }, "userEmailEnableDisposableEmails": { "label": "Enable disposable emails for new accounts",