summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclient_wizard/Bind_client.pm2
-rwxr-xr-xdhcp_wizard/Dhcp.pm2
2 files changed, 2 insertions, 2 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
},
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
},