We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6416d42 + 5ee3348 commit 7047e1fCopy full SHA for 7047e1f
1 file changed
Resources/views/public/login.blade.php
@@ -22,7 +22,7 @@
22
</div>
23
<div class="form-group has-feedback {{ $errors->has('password') ? ' has-error' : '' }}">
24
<input type="password" class="form-control"
25
- name="password" placeholder="Password" value="{{ old('password')}}">
+ name="password" placeholder="{{ trans('user::auth.password') }}" value="{{ old('password')}}">
26
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
27
{!! $errors->first('password', '<span class="help-block">:message</span>') !!}
28
0 commit comments