From 5ff98a571c42792cb6980cbe8173dddb12fb981f Mon Sep 17 00:00:00 2001 From: missytake Date: Thu, 14 Dec 2023 18:45:39 +0100 Subject: [PATCH] DNS: commit hpk's suggestion --- cmdeploy/src/cmdeploy/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/dns.py b/cmdeploy/src/cmdeploy/dns.py index bb4e49df..a55b8b1a 100644 --- a/cmdeploy/src/cmdeploy/dns.py +++ b/cmdeploy/src/cmdeploy/dns.py @@ -153,7 +153,7 @@ def show_dns(args, out): 0, "You should configure the following DNS entries at your provider:\n" ) to_print.append( - "\nIf you already configured the DNS entries, don't worry. It can take a while until they are public." + "\nIf you already configured the DNS entries, wait a bit until the DNS entries propagate to the Internet." ) print("\n".join(to_print)) else: