We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e9604 commit f490ce3Copy full SHA for f490ce3
epp.php
@@ -798,7 +798,7 @@ public function modifyContact(Registrar_Domain $domain)
798
$this->getLog()->debug('Updating contact info: ' . $domain->getName());
799
800
if ($this->config['min_data_set'] === true) {
801
- throw new Registrar_Exception("Contact update not possible as the Minimum Data Set is enabled.");
+ throw new Registrar_Exception("To change contact information, please update your account profile.");
802
}
803
804
$client = $domain->getContactRegistrar();
@@ -1517,4 +1517,4 @@ public function generateRandomString()
1517
1518
return $randomString;
1519
1520
-}
+}
0 commit comments