mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 06:35:54 -05:00
Fixed typo.
This commit is contained in:
parent
d4ecae73d9
commit
200fa9514b
@ -50243,13 +50243,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Use new credentals",
|
||||
"en": "Use new credentials",
|
||||
"xloc": [
|
||||
"mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Use server credentals",
|
||||
"en": "Use server credentials",
|
||||
"xloc": [
|
||||
"mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->0"
|
||||
]
|
||||
|
@ -175,7 +175,7 @@
|
||||
</tr>
|
||||
<tr id="dropdowndomain" style="display:none">
|
||||
<td colspan="2">
|
||||
<select id=d3coreMode style=width:100%;margin-bottom:5px class="formDropdown" onchange="dropDownChange()"><option value=1>Use server credentals</option><option value=2>Use new credentals</option></select>
|
||||
<select id=d3coreMode style=width:100%;margin-bottom:5px class="formDropdown" onchange="dropDownChange()"><option value=1>Use server credentials</option><option value=2>Use new credentials</option></select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="rowdomain" style="display:none">
|
||||
|
Loading…
Reference in New Issue
Block a user