diff options
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 0adf20f84..2ea188649 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -224,7 +224,6 @@ sub ask_root_password_and_authentication { $in->ask_from_({ title => N("Authentication"), messages => N("Set administrator (root) password"), - icon => 'banner-pw', advanced_label => N("Authentication method"), advanced_messages => kind2description(@kinds), interactive_help_id => "setRootPassword", |