diff options
Diffstat (limited to 'dhcp_wizard/Dhcp.pm')
-rwxr-xr-x | dhcp_wizard/Dhcp.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp_wizard/Dhcp.pm b/dhcp_wizard/Dhcp.pm index 60f293a7..ca5775c5 100755 --- a/dhcp_wizard/Dhcp.pm +++ b/dhcp_wizard/Dhcp.pm @@ -107,7 +107,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N("Congratulationss") . "\n\n" . N("The wizard successfully configured the DHCP services of your server."), + name => N("Congratulations") . "\n\n" . N("The wizard successfully configured the DHCP services of your server."), end => 1, next => 0 }, |