fixes translation references in the users ldap blade

This commit is contained in:
Godfrey M 2022-06-08 09:52:55 -07:00
parent 8b6e869215
commit c8bc0eff11
2 changed files with 2 additions and 1 deletions

View file

@ -257,6 +257,7 @@ return [
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
'uploaded' => 'Uploaded',

View file

@ -69,7 +69,7 @@
<table class="table table-bordered">
<tr>
<th>{{ trans('general.username') }}</th><th>{{ trans('general.employee_number') }}</th>
<th>{{ trans('general.firstname') }}</th><th>{{ trans('general.lastname') }}</th>
<th>{{ trans('general.first_name') }}</th><th>{{ trans('general.last_name') }}</th>
<th>{{ trans('general.email') }}</th><th>{{ trans('general.notes') }}</th>
</tr>