Fixed typo.

This commit is contained in:
Ylian Saint-Hilaire 2021-06-29 17:29:46 -07:00
parent d4ecae73d9
commit 200fa9514b
2 changed files with 3 additions and 3 deletions

View File

@ -50243,13 +50243,13 @@
] ]
}, },
{ {
"en": "Use new credentals", "en": "Use new credentials",
"xloc": [ "xloc": [
"mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->1" "mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->1"
] ]
}, },
{ {
"en": "Use server credentals", "en": "Use server credentials",
"xloc": [ "xloc": [
"mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->0" "mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->0"
] ]

View File

@ -175,7 +175,7 @@
</tr> </tr>
<tr id="dropdowndomain" style="display:none"> <tr id="dropdowndomain" style="display:none">
<td colspan="2"> <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> </td>
</tr> </tr>
<tr id="rowdomain" style="display:none"> <tr id="rowdomain" style="display:none">