diff options
Diffstat (limited to 'sshd_wizard/Sshd.pm')
-rwxr-xr-x | sshd_wizard/Sshd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm index a59d3f2c..10e936ec 100755 --- a/sshd_wizard/Sshd.pm +++ b/sshd_wizard/Sshd.pm @@ -65,7 +65,7 @@ my %type = ( $o->{pages} = { welcome => { - name => N('OpenSSH SSH daemon configuration') . "\n\n" . N("Which type of configuration do you you want to do:"), + name => N('OpenSSH daemon configuration') . "\n\n" . N("Which type of configuration do you you want to do:"), data => [ { label => "", type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } }, ], |