Skip to content

Commit b6ad42d

Browse files
committed
UI text improvement
1 parent fe328cd commit b6ad42d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VeriSign.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,21 +796,21 @@ public function modifyContact(Registrar_Domain $domain)
796796
{
797797
$this->getLog()->debug('Updating contact info: ' . $domain->getName());
798798

799-
throw new Registrar_Exception("Registry does not support contacts.");
799+
throw new Registrar_Exception("To change contact information, please update your account profile.");
800800
}
801801

802802
public function enablePrivacyProtection(Registrar_Domain $domain)
803803
{
804804
$this->getLog()->debug('Enabling Privacy protection: ' . $domain->getName());
805805

806-
throw new Registrar_Exception("Registry does not support contacts.");
806+
throw new Registrar_Exception("To change contact information, please update your account profile.");
807807
}
808808

809809
public function disablePrivacyProtection(Registrar_Domain $domain)
810810
{
811811
$this->getLog()->debug('Disabling Privacy protection: ' . $domain->getName());
812812

813-
throw new Registrar_Exception("Registry does not support contacts.");
813+
throw new Registrar_Exception("To change contact information, please update your account profile.");
814814
}
815815

816816
public function getEpp(Registrar_Domain $domain)

0 commit comments

Comments
 (0)