diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index bfe1f8a05..48e8cc6d1 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -1536,7 +1536,8 @@ "aliases": "Aliases", "addAliasAction": "Add an alias", "noAliases": "No alias domains are configured.", - "aliasesPlaceholder": "Leave empty to use bare domain" + "aliasesPlaceholder": "Leave empty to use bare domain", + "dnsoverwrite": "Some DNS records already exist. Agree to overwrite." }, "accessControl": { "userManagement": { diff --git a/dashboard/src/components/app/Location.vue b/dashboard/src/components/app/Location.vue index 8dcf988e6..96b121f10 100644 --- a/dashboard/src/components/app/Location.vue +++ b/dashboard/src/components/app/Location.vue @@ -1,7 +1,7 @@