From 7de141960675def7f46697b97a8a559e85da745c Mon Sep 17 00:00:00 2001 From: axolotle Date: Fri, 7 Oct 2022 22:19:08 +0200 Subject: [PATCH] domaininfo: add link to parent domain for registrar info --- app/src/i18n/locales/en.json | 1 + app/src/views/domain/DomainInfo.vue | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 @@ - + + + +