Merge pull request #782 from indrajitr/typo-fix
Fix small typo in 'nochg' message grammar
This commit is contained in:
commit
0a687d505b
1 changed files with 4 additions and 4 deletions
|
@ -3919,7 +3919,7 @@ sub nic_dyndns2_update {
|
||||||
'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 the current address are considered abusive',
|
||||||
);
|
);
|
||||||
my @group_by_attrs = qw(
|
my @group_by_attrs = qw(
|
||||||
backupmx
|
backupmx
|
||||||
|
@ -4194,7 +4194,7 @@ sub nic_noip_update {
|
||||||
'abuse', => 'The hostname specified is blocked for abuse; open a trouble ticket at https://www.no-ip.com',
|
'abuse', => 'The hostname specified is blocked for abuse; open a trouble ticket at https://www.no-ip.com',
|
||||||
'numhost' => 'System error: Too many or too few hosts found. open a trouble ticket at https://www.no-ip.com',
|
'numhost' => 'System error: Too many or too few hosts found. open a trouble ticket at https://www.no-ip.com',
|
||||||
'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 the current address are considered abusive',
|
||||||
);
|
);
|
||||||
for my $group (group_hosts_by(\@_, qw(login password server wantipv4 wantipv6))) {
|
for my $group (group_hosts_by(\@_, qw(login password server wantipv4 wantipv6))) {
|
||||||
my @hosts = @{$group->{hosts}};
|
my @hosts = @{$group->{hosts}};
|
||||||
|
@ -5585,7 +5585,7 @@ sub nic_henet_update {
|
||||||
'badsys' => 'The system parameter given was not valid',
|
'badsys' => 'The system parameter given was not valid',
|
||||||
'nohost' => 'The hostname specified does not exist in the database',
|
'nohost' => 'The hostname specified does not exist in the database',
|
||||||
'abuse' => 'The hostname specified is blocked for abuse',
|
'abuse' => 'The hostname specified is blocked for abuse',
|
||||||
'nochg' => 'No update required; unnecessary attempts to change to the current address are considered abusive',
|
'nochg' => 'No update required; unnecessary attempts to change the current address are considered abusive',
|
||||||
);
|
);
|
||||||
|
|
||||||
for my $h (@_) {
|
for my $h (@_) {
|
||||||
|
@ -6164,7 +6164,7 @@ sub nic_inwx_update {
|
||||||
'abuse' => 'The hostname specified is blocked for abuse; you should receive an email notification which provides an unblock request link.',
|
'abuse' => 'The hostname specified is blocked for abuse; you should receive an email notification which provides an unblock request link.',
|
||||||
'numhost' => 'System error: Too many or too few hosts found.',
|
'numhost' => 'System error: Too many or too few hosts found.',
|
||||||
'dnserr' => 'System error: DNS error encountered.',
|
'dnserr' => 'System error: DNS error encountered.',
|
||||||
'nochg' => 'No update required; unnecessary attempts to change to the current address are considered abusive',
|
'nochg' => 'No update required; unnecessary attempts to change the current address are considered abusive',
|
||||||
);
|
);
|
||||||
my @group_by_attrs = qw(
|
my @group_by_attrs = qw(
|
||||||
login
|
login
|
||||||
|
|
Loading…
Reference in a new issue