Merge pull request #2351 from unraid/fix/remove-fixed-class

fix: update locale select element to remove fixed class
This commit is contained in:
tom mortensen
2025-09-04 11:40:17 -07:00
committed by GitHub

View File

@@ -140,7 +140,7 @@ _(Display width)_:
:display_width_help:
_(Language)_:
: <select name="locale" class="fixed" onchange="updateDirection(this.value)">
: <select name="locale" onchange="updateDirection(this.value)">
<?echo mk_option($display['locale'], "","English");
foreach (glob("$plugins/lang-*.xml",GLOB_NOSORT) as $xml_file) {
$lang = language('Language', $xml_file);