From a75c1259312be0a1f60adbcdd21fc1a05c716435 Mon Sep 17 00:00:00 2001 From: Raven Date: Fri, 22 Nov 2019 18:24:59 +0100 Subject: [PATCH] Make it more clear that the record should point to the domain (#906) --- app/views/domains/_verify_with_dns.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/domains/_verify_with_dns.html.haml b/app/views/domains/_verify_with_dns.html.haml index 83907e1..2ed4f00 100644 --- a/app/views/domains/_verify_with_dns.html.haml +++ b/app/views/domains/_verify_with_dns.html.haml @@ -1,6 +1,6 @@ %p.pageContent__intro.u-margin To verify your ownership of #{@domain.name}, you need to add a TXT record to this domain. - The TXT record should include the value shown below. + The TXT record should point to the domain and include the value shown below. %pre.codeBlock.u-margin= @domain.dns_verification_string