fix(LoginDialog) added missing double quotes

This commit is contained in:
qwertiko GmbH 2020-12-15 11:06:44 +01:00 committed by GitHub
parent fc54fc80d1
commit 89ebb4d918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function getPasswordInputHtml() {
return `
<input name="username" type="text"
class="input-control"
data-i18n="[placeholder]dialog.user
data-i18n="[placeholder]dialog.user"
placeholder=${placeholder} autofocus>
<input name="password" type="password"
class="input-control"