Fix default system type config option to show label correctly

This commit is contained in:
Ilia Ross
2025-04-22 13:45:52 +03:00
parent fb8339a3ca
commit 7a3210849d
2 changed files with 1 additions and 2 deletions

View File

@@ -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() );
}

View File

@@ -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.