mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix default system type config option to show label correctly
This commit is contained in:
@@ -8,7 +8,7 @@ our (%config, %text);
|
||||
|
||||
sub show_deftype
|
||||
{
|
||||
return ( $text{'config_typeauto'}, 4,
|
||||
return ( $text{'config_deftype'}, 4,
|
||||
"-$text{'default'}",
|
||||
map { $_->[0]."-".$_->[1] } &get_server_types() );
|
||||
}
|
||||
|
||||
@@ -154,7 +154,6 @@ auto_esmtp=Missing or invalid SMTP server
|
||||
auto_findself=Register this system too?
|
||||
|
||||
config_deftype=Default system type
|
||||
config_typeauto=Automatic
|
||||
|
||||
email_regsubject=System $1 registered
|
||||
email_reg=The system $1 has been automatically registered.
|
||||
|
||||
Reference in New Issue
Block a user