summaryrefslogtreecommitdiffstats
path: root/sshd_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-xsshd_wizard/Sshd.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm
index 97c181fd..a59d3f2c 100755
--- a/sshd_wizard/Sshd.pm
+++ b/sshd_wizard/Sshd.pm
@@ -65,9 +65,9 @@ my %type = (
$o->{pages} = {
welcome => {
- name => N('OpenSSH SSH daemon configuration'),
+ name => N('OpenSSH SSH daemon configuration') . "\n\n" . N("Which type of configuration do you you want to do:"),
data => [
- { label => N("Which type of configuration do you you want to do:"), type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } },
+ { label => "", type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } },
],
next => 'config_step1',
},