Changed email address message (#264)

This commit is contained in:
Chalith Desaman
2023-06-02 17:49:29 +05:30
committed by GitHub
parent 262b9762be
commit 1fffb89fcd

View File

@@ -547,7 +547,7 @@ function set_email_address() {
if $interactive; then
local emailAddress=""
while true ; do
read -p "Specify the contact email address (this will be published on the ledger): " emailAddress </dev/tty
read -p "Specify the contact email address for your host (this will be published on the host registry and is publicly visible to anyone): " emailAddress </dev/tty
! validate_email_address $emailAddress || break
done