Skip to content

Commit

Permalink
Merge pull request #279 from elnappo/patch-1
Browse files Browse the repository at this point in the history
fix #278
  • Loading branch information
ThomasWaldmann committed Aug 17, 2016
2 parents 60438d8 + 2a059a9 commit 6ffc265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsupdate/main/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def clean(self):

except (NameServerNotAvailable, ):
raise forms.ValidationError(
_("Failed to add/delete a test host on %(domain)s, check your DNS server configuration. "
_("Failed to add/delete host connectivity-test.%(domain)s, check your DNS server configuration. "
"This is a requirement for setting the available flag."),
code='invalid',
params={'domain': self.instance.name}
Expand Down

0 comments on commit 6ffc265

Please sign in to comment.