Skip to content

Commit f490ce3

Browse files
committed
UI text improvement
1 parent a6e9604 commit f490ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

epp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ public function modifyContact(Registrar_Domain $domain)
798798
$this->getLog()->debug('Updating contact info: ' . $domain->getName());
799799

800800
if ($this->config['min_data_set'] === true) {
801-
throw new Registrar_Exception("Contact update not possible as the Minimum Data Set is enabled.");
801+
throw new Registrar_Exception("To change contact information, please update your account profile.");
802802
}
803803

804804
$client = $domain->getContactRegistrar();
@@ -1517,4 +1517,4 @@ public function generateRandomString()
15171517
}
15181518
return $randomString;
15191519
}
1520-
}
1520+
}

0 commit comments

Comments
 (0)