diff options
Diffstat (limited to 'postfix_wizard')
-rwxr-xr-x | postfix_wizard/Postfix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index c56a517f..7a78fb83 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -93,7 +93,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N("Congratulation"), + name => N("Congratulations"), data => [ { label => N("The wizard successfully configured your Internet Mail service of your server.") } ], end => 1, next => 0 |