mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
fix message box Korean translate #1392
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -8223,7 +8223,7 @@
|
||||
|
||||
function deviceMessageFunction() {
|
||||
if (xxdialogMode) return;
|
||||
var x = '<div style=margin-bottom:4px>' + "Display a message box on the remote device" + '</div>';
|
||||
var x = '<div style=margin-bottom:4px>' + "Display a message box on the remote device." + '</div>';
|
||||
x += '<textarea id=d2devMessage style=background-color:#fcf3cf;width:100%;height:80px;resize:none;overflow-y:scroll;box-sizing:border-box;margin-bottom:4px></textarea>';
|
||||
x += '<select style=width:100% id=d2devTimeout>';
|
||||
x += '<option value=2 selected>' + "Show for 2 Minutes (Default)" + '</option>';
|
||||
|
||||
Reference in New Issue
Block a user