diff --git a/src/languages/en.js b/src/languages/en.js
index 3c3cdff41..2d66154de 100644
--- a/src/languages/en.js
+++ b/src/languages/en.js
@@ -540,4 +540,5 @@ export default {
"Domain": "Domain",
"Workstation": "Workstation",
disableCloudflaredNoAuthMsg: "You are in No Auth mode, password is not require.",
+ trustProxyDescription: "Trust 'X-Forwarded-*' headers. If you want to get the correct client IP and your Uptime Kuma is behind such as Nginx or Apache, you should enable this.",
};