From 6ac9509d64e82e48bc22ccd23ac3a25776d05565 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Sun, 28 Apr 2019 11:18:56 +0300 Subject: [PATCH] + client: Add a link to the list of known DNS providers to Upstream DNS settings Closes #734 --- client/src/__locales/en.json | 3 ++- client/src/components/Settings/Upstream/Examples.js | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 846ecff0..e0029945 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -259,5 +259,6 @@ "setup_guide": "Setup guide", "dns_addresses": "DNS addresses", "down": "Down", - "fix": "Fix" + "fix": "Fix", + "dns_providers": "Here is a <0>list of known DNS providers to choose from." } \ No newline at end of file diff --git a/client/src/components/Settings/Upstream/Examples.js b/client/src/components/Settings/Upstream/Examples.js index 26cb4a37..0515d9dc 100644 --- a/client/src/components/Settings/Upstream/Examples.js +++ b/client/src/components/Settings/Upstream/Examples.js @@ -4,6 +4,17 @@ import { Trans, withNamespaces } from 'react-i18next'; const Examples = props => (
+

+ + DNS providers + , + ]} + > + dns_providers + +

examples_title: