mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-17 08:26:54 +08:00
som fix
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# KVMD - The main PiKVM daemon. #
|
||||
# #
|
||||
# Copyright (C) 2018-2024 Maxim Devaev <mdevaev@gmail.com> #
|
||||
# Copyright (C) 2023-2025 SilentWind <mofeng654321@hotmail.com> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -77,7 +78,7 @@
|
||||
<tr>
|
||||
<td i18n="select_language">Select language: </td>
|
||||
<td>
|
||||
<select id="selectLanguage">
|
||||
<select id="selectLanguage" style="width:100%">
|
||||
<option id="zh" selected="selected" i18n="chinese">Simplified Chinese</option>
|
||||
<option id="en" i18n="english">English</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user