-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Closed
Task
Copy link
Description
File:
resources/views/notifications/markdown/asset-acceptance.blade.php
- Basically, there are two different strings mashed together to make it 'Checked Out By' ('Checked Our' + 'By') in:
snipe-it/resources/views/notifications/markdown/asset-acceptance.blade.php
Lines 40 to 42 in 6811ebc
@if (isset($admin)) | **{{ trans('general.checked_out').' '.trans('general.by')}}** | {{ $admin }} | @endif
I believe this string won't make any sense in majority of languages. (It definitely doesn't make any sense in Lithuanian.)
Why not use general.administrator like in other emails?
snipe-it/resources/views/mail/markdown/checkout-asset.blade.php
Lines 48 to 50 in 6811ebc
| @if ($admin) | |
| | **{{ trans('general.administrator') }}** | {{ $admin->present()->fullName() }} | | |
| @endif |
- 'Checked Out By' field shows name of the user who accepted asset (same as in 'User' field), but not of the person who initiated check-out. (Check-out was initiated by superuser.)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels