diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json
index a42bdd61..82466a43 100644
--- a/app/src/i18n/locales/en.json
+++ b/app/src/i18n/locales/en.json
@@ -191,6 +191,7 @@
"domain_type": "Domain type",
"registrar": "Registrar"
},
+ "see_parent_domain": "See parent domain",
"types": {
"parent_domain": "Parent domain",
"subdomain": "Subdomain",
diff --git a/app/src/views/domain/DomainInfo.vue b/app/src/views/domain/DomainInfo.vue
index d44ed606..fbb43b9d 100644
--- a/app/src/views/domain/DomainInfo.vue
+++ b/app/src/views/domain/DomainInfo.vue
@@ -47,7 +47,16 @@
-
+
+
+ {{ $t('domain.see_parent_domain') }}
+ {{ domain.topest_parent }}
+
+
+
+ {{ domain.registrar }}
+
+