dyndns2: Delete rogue comma
This commit is contained in:
parent
a99d093eca
commit
143630c7fd
1 changed files with 1 additions and 1 deletions
|
@ -3826,7 +3826,7 @@ sub nic_dyndns2_update {
|
||||||
'!yours' => 'The hostname specified exists, but not under the username currently being used',
|
'!yours' => 'The hostname specified exists, but not under the username currently being used',
|
||||||
'!donator' => 'The offline setting was set, when the user is not a donator',
|
'!donator' => 'The offline setting was set, when the user is not a donator',
|
||||||
'!active' => 'The hostname specified is in a Custom DNS domain which has not yet been activated.',
|
'!active' => 'The hostname specified is in a Custom DNS domain which has not yet been activated.',
|
||||||
'abuse', => 'The hostname specified is blocked for abuse; you should receive an email notification which provides an unblock request link. More info can be found on https://www.dyndns.com/support/abuse.html',
|
'abuse' => 'The hostname specified is blocked for abuse; you should receive an email notification which provides an unblock request link. More info can be found on https://www.dyndns.com/support/abuse.html',
|
||||||
'numhost' => 'System error: Too many or too few hosts found. Contact support@dyndns.org',
|
'numhost' => 'System error: Too many or too few hosts found. Contact support@dyndns.org',
|
||||||
'dnserr' => 'System error: DNS error encountered. Contact support@dyndns.org',
|
'dnserr' => 'System error: DNS error encountered. Contact support@dyndns.org',
|
||||||
'nochg' => 'No update required; unnecessary attempts to change to the current address are considered abusive',
|
'nochg' => 'No update required; unnecessary attempts to change to the current address are considered abusive',
|
||||||
|
|
Loading…
Reference in a new issue