mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Merge pull request #11278 from Godmartinz/bug/sc-19134/possible-missing-wrong-translations-in-ldap
fixes translation references in the users ldap blade
This commit is contained in:
commit
df8834fd88
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue