From 108d24cdaa29025deec9673ae1e382ca5a265f2e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 13 Aug 2017 14:07:31 -0400 Subject: [PATCH] [fix] Tell user that domain dns-conf shows a recommendation only --- src/locales/en.json | 1 + src/views/domain/domain_dns.ms | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index d7ebf65f..dbccaf85 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -89,6 +89,7 @@ "default": "Default", "delete": "Delete", "description": "Description", + "domain_dns_conf_is_just_a_recommendation": "This page shows you the *recommended* configuration. It does *not* configure the DNS for you. It is your responsability to configure your DNS zone in your DNS registrar according to this recommendation.", "diagnosis": "Diagnosis", "diagnosis_hide_private": "Show diagnostic information without private data", "diagnosis_view_private": "Show diagnostic information including private data", diff --git a/src/views/domain/domain_dns.ms b/src/views/domain/domain_dns.ms index afe0e8a3..e4260837 100644 --- a/src/views/domain/domain_dns.ms +++ b/src/views/domain/domain_dns.ms @@ -4,9 +4,12 @@ {{name}} {{t 'dns'}} -
+
+ {{t 'domain_dns_conf_is_just_a_recommendation' }} +
+