diff --git a/app/src/components/reusableForms/DomainForm.vue b/app/src/components/reusableForms/DomainForm.vue index 8c96f5f6..9586928a 100644 --- a/app/src/components/reusableForms/DomainForm.vue +++ b/app/src/components/reusableForms/DomainForm.vue @@ -43,6 +43,7 @@ +
diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 6cc105f3..36f4efce 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -119,6 +119,7 @@ "domain_add": "Add domain", "domain_add_dns_doc": "… and I have set my DNS correctly.", "domain_add_dyndns_doc": "… and I want a dynamic DNS service.", + "domain_add_dyndns_forbidden": "You have already subscribed to a DynDNS domain, you can ask to remove your current DynDNS domain on the forum in the dedicated thread.", "domain_add_panel_with_domain": "I already have a domain name…", "domain_add_panel_without_domain": "I don't have a domain name…", "domain_default_desc": "The default domain is the connection domain where users log in.", diff --git a/app/src/views/diagnosis/Diagnosis.vue b/app/src/views/diagnosis/Diagnosis.vue index e3e9acca..e52a7de4 100644 --- a/app/src/views/diagnosis/Diagnosis.vue +++ b/app/src/views/diagnosis/Diagnosis.vue @@ -26,7 +26,8 @@