diff --git a/app/src/components/AdressInputSelect.vue b/app/src/components/AdressInputSelect.vue
index 3965085e..815a028b 100644
--- a/app/src/components/AdressInputSelect.vue
+++ b/app/src/components/AdressInputSelect.vue
@@ -19,12 +19,8 @@
/>
-
- {{ localPartDesc || $t('user_mail_local_part_description') }}
-
-
- {{ domainDesc || $t('user_mail_domain_description') }}
-
+
+
@@ -41,8 +37,7 @@ export default {
placeholder: { type: String, default: null },
id: { type: String, default: null },
state: { type: null, default: null },
- localPartDesc: { type: String, default: null },
- domainDesc: { type: String, default: null }
+ type: { type: String, default: 'email' }
},
computed: {
diff --git a/app/src/components/reusableForms/DomainForm.vue b/app/src/components/reusableForms/DomainForm.vue
index bf7518eb..22ddec94 100644
--- a/app/src/components/reusableForms/DomainForm.vue
+++ b/app/src/components/reusableForms/DomainForm.vue
@@ -1,137 +1,109 @@
-
-
- {{ title }}
-
+
+
-
-
+
+ {{ $t('domain_add_panel_with_domain') }}
+
-
-
- {{ $t('domain_add_panel_with_domain') }}
-
+
+
-
-
+
+
-
-
+
+ {{ $t('domain_add_panel_without_domain') }}
+
-
- {{ this.error.domain }}
-
-
-
+
+ {{ $t('domain_add_dyndns_doc') }}
-
-
- {{ $t('domain_add_panel_without_domain') }}
-
-
-
- {{ $t('domain_add_dyndns_doc') }}
-
-
-
-
-
- {{ this.error.dynDomain }}
-
-
-
-
-
-
-
- {{ submitText ? submitText : $t('add') }}
-
-
-
+
+
+
+
+
+
+