Skip to content

Commit 7047e1f

Browse files
committed
Merge branch 'develop'
* develop: Preparing 1.13.1 release Fixing yaml parsing stuff add translation to password field's placeholder
2 parents 6416d42 + 5ee3348 commit 7047e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/views/public/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323
<div class="form-group has-feedback {{ $errors->has('password') ? ' has-error' : '' }}">
2424
<input type="password" class="form-control"
25-
name="password" placeholder="Password" value="{{ old('password')}}">
25+
name="password" placeholder="{{ trans('user::auth.password') }}" value="{{ old('password')}}">
2626
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
2727
{!! $errors->first('password', '<span class="help-block">:message</span>') !!}
2828
</div>

0 commit comments

Comments
 (0)