Browse Source

fix(LoginDialog) added missing double quotes

master
qwertiko GmbH 4 years ago
parent
commit
89ebb4d918
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/authentication/LoginDialog.js

+ 1
- 1
modules/UI/authentication/LoginDialog.js View File

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

Loading…
Cancel
Save