diff options
Diffstat (limited to 'client_wizard')
-rwxr-xr-x | client_wizard/Bind_client.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client_wizard/Bind_client.pm b/client_wizard/Bind_client.pm index 3a62c027..d6f5649b 100755 --- a/client_wizard/Bind_client.pm +++ b/client_wizard/Bind_client.pm @@ -94,7 +94,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N("Congratulationss") . "\n\n" . N("The wizard successfully added the client."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully added the client."), end => 1, next => 0 }, |