diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json
index 0a05ffeb0..aacad9031 100644
--- a/dashboard/src/translation/en.json
+++ b/dashboard/src/translation/en.json
@@ -784,8 +784,8 @@
"network": {
"title": "Network",
"ip": {
- "title": "IP Address",
- "description": "Cloudron uses this IP address when setting up DNS records.",
+ "title": "IPv4",
+ "description": "Cloudron uses this IPv4 address to setup DNS A records.",
"provider": "Provider",
"interface": "Network Interface Name",
"configure": "Configure",
@@ -1362,7 +1362,7 @@
"title": "Enable Email for {{ domain }}?",
"description": "This will configure Cloudron to receive emails for {{ domain }}. See the documentation for opening up the required ports for Cloudron Email.",
"noProviderInfo": "No DNS provider is set up. The DNS records listed in the Status tab have to be set up manually.",
- "cloudflareInfo": "The domain {{ adminDomain }} is managed by Cloudflare. Please verify that Cloudflare proxying is disabled for {{ mailFqdn }} and set to DNS only. This is required because Cloudflare does not proxy email.",
+ "cloudflareInfo": "The mail server's domain {{ adminDomain }} is managed by Cloudflare. Please verify that Cloudflare proxying is disabled for {{ mailFqdn }} and set to DNS only. This is required because Cloudflare does not proxy email.",
"setupDnsCheckbox": "Set up Mail DNS records now",
"setupDnsInfo": "Use this option to automatically set up Email related DNS records. Leaving this option unchecked is useful for creating mail boxes and importing email before going live.",
"enableAction": "Enable"
diff --git a/dashboard/src/translation/nl.json b/dashboard/src/translation/nl.json
index a2e8758a9..861e1ef6c 100644
--- a/dashboard/src/translation/nl.json
+++ b/dashboard/src/translation/nl.json
@@ -834,7 +834,8 @@
"ovhEndpoint": "Eindpunt",
"ovhConsumerKey": "Consumer sleutel",
"ovhAppKey": "Applicatie sleutel",
- "ovhAppSecret": "Applicatie geheim"
+ "ovhAppSecret": "Applicatie geheim",
+ "deSecToken": "deSEC Token"
},
"title": "Domeinen & Certificaten",
"addDomain": "Domein toevoegen",
@@ -1709,7 +1710,7 @@
"setupDnsInfo": "Gebruik deze optie om automatisch e-mail gerelateerde DNS records in te stellen. Het nu niet inschakelen kan handig zijn om eerst e-mail boxen aan te maken en e-mails te importeren voor ingebruikname.",
"enableAction": "Inschakelen",
"description": "Hiermee wordt Cloudron zo geconfigureerd dat e-mails ontvangen worden voor {{ domain }}. In de documentatie staat beschreven welke benodigde poorten ingesteld dienen te worden voor Cloudron Email.",
- "cloudflareInfo": "Het domein {{ adminDomain }} wordt beheerd door Cloudflare. Zorg ervoor dat Cloudflare proxying uitgeschakeld is voor {{ mailFqdn }} en ingesteld is op DNS only. Dit is noodzakelijk omdat Cloudflare geen e-mail-proxy kan uitvoeren."
+ "cloudflareInfo": "Het domein van de mailserver {{ adminDomain }} wordt beheerd door Cloudflare. Zorg ervoor dat Cloudflare proxying uitgeschakeld is voor {{ mailFqdn }} en ingesteld is op DNS only. Dit is noodzakelijk omdat Cloudflare geen e-mail-proxy kan uitvoeren."
},
"disableEmailDialog": {
"title": "E-mail Server voor {{ domain }} uitschakelen?",