diff --git a/src/translation/en.json b/src/translation/en.json
index 0215149c4..42abb13f3 100644
--- a/src/translation/en.json
+++ b/src/translation/en.json
@@ -1295,12 +1295,19 @@
"saveAction": "Save",
"enable": "Use Cloudron Mail to send emails",
"description2": "When enabled, the app is configured to send emails via the internal mail server using this address. The internal mail server will use the {{ domain }}'s Outbound Email settings to send mail. When disabled, you can configure the email settings within the app.",
- "disable": "Do not configure mail settings",
- "enableDescription": "The app is configured to send mails using the address below and the {{ domain }}'s Outbound Email settings.",
+ "disable": "Do not configure app's mail delivery settings",
+ "enableDescription": "The app is configured to send mails using the address below and {{ domain }}'s Outbound Email settings.",
"disableDescription": "The app's mail delivery settings is left alone. You can configure it inside the app."
},
"csp": {
"title": "Content Security Policy"
+ },
+ "inbox": {
+ "disable": "Do not configure inbox",
+ "disableDescription": "The app's incoming mail settings is left alone. You can configure it inside the app. Select this if the domain's email is not hosted on Cloudron.",
+ "title": "Incoming mail",
+ "enable": "Use Cloudron Mail to receive emails",
+ "enableDescription": "The app is configured to receive mails using the address below. Select this option if {{ domain }}'s email is hosted on this server."
}
},
"security": {
diff --git a/src/views/app.html b/src/views/app.html
index 7540c4fb8..91660c896 100644
--- a/src/views/app.html
+++ b/src/views/app.html
@@ -949,7 +949,7 @@