mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 11:15:33 +00:00
Merge pull request #17026 from marcusmoore/bug/translate-email-format
Reference correct translation string
This commit is contained in:
@ -98,7 +98,7 @@
|
||||
|
||||
<!-- email format -->
|
||||
<div class="form-group col-lg-6 {{ $errors->has('email_format') ? 'error' : '' }}">
|
||||
<label for="email_format">{{ trans('general.email_format') }}</label>
|
||||
<label for="email_format">{{ trans('admin/settings/general.email_formats.email_format') }}</label>
|
||||
{!! Form::username_format('email_format', old('email_format', 'filastname'), 'select2') !!}
|
||||
{!! $errors->first('email_format', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user