Improved label.

This commit is contained in:
Christian P. MOMON 2020-03-29 15:10:24 +02:00 committed by root
parent 77373b3a0f
commit e1ea211085
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<td><input id="port" type="text" data-bind="value: port" required></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.username">
<td>Utilisateur</td>
<td>Pseudo ou nom</td>
<td><input id="username" type="text" data-bind="value: username" required></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.password">