diff options
Diffstat (limited to 'dns_wizard')
-rw-r--r-- | dns_wizard/Bind.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 821e7f45..2c931ab1 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -243,7 +243,7 @@ $o->{pages} = { }, endadd => { name => N("Congratulations"), - data => [ { label => N("The wizard successfully added host in your DNS.") } ], + data => [ { label => N("The wizard successfully added the host in your DNS.") } ], post => sub { $o->{var}{CLIENTNAME} = ''; $o->{var}{CLIENTIP} = ''; |