Compare commits

..

1 Commits

Author SHA1 Message Date
b63b4c6714 Merge branch 'hotfix/fix_expenditures_approve' 2025-05-16 17:18:27 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -54,5 +54,5 @@ const strings = {
'Donnerstag',
'Freitag',
'Samstag'
]
],
}

View File

@@ -260,7 +260,7 @@
<div class="input-style input-style-2 has-icon input-required">
<i class="input-icon fa fa-user color-theme"></i>
<span class="color-highlight">Benutzername</span>
<input id="input-login-username" class="form-control" type="text" placeholder="Benutzername" />
<input id="input-login-username" class="form-control" type="name" placeholder="Benutzername" />
</div>
<div class="input-style input-style-2 has-icon input-required">
<i class="input-icon fa fa-lock color-theme"></i>