diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 6d938c75c..b330d731a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -765,7 +765,7 @@ sub ask_user_and_root { 'ok'; }; my $ret = $in->ask_from_( - { title => N("Add user"), + { title => N("User management"), icon => 'banner-adduser', interactive_help_id => 'addUser', if_($::isInstall && $superuser, cancel => ''), |