Update labels

This commit is contained in:
Benjamin Beganović 2020-06-26 14:22:29 +02:00
parent c2904d0c92
commit 81b544a4d1
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
@enderror
</div>
<div class="flex flex-col mt-4">
<label for="password" class="input-label">{{ ctrans('texts.password') }}</label>
<label for="password" class="input-label">{{ ctrans('texts.password_confirmation') }}</label>
<input type="password" name="password_confirmation" id="password_confirmation"
class="input"
autofocus>

View File

@ -38,7 +38,7 @@
@enderror
</div>
<div class="flex flex-col mt-4">
<label for="password" class="input-label">{{ ctrans('texts.password') }}</label>
<label for="password" class="input-label">{{ ctrans('texts.password_confirmation') }}</label>
<input type="password" name="password_confirmation" id="password_confirmation"
class="input"
autofocus>