Fixed message while processing audit on quickscan

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-24 14:25:42 +01:00
parent 0822aa985d
commit 4b58af8850
2 changed files with 2 additions and 1 deletions

View file

@ -58,6 +58,7 @@ return [
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'processing' => 'Processing... ',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.',

View file

@ -112,7 +112,7 @@
<tr id="audit-loader" style="display: none;">
<td colspan="3">
<x-icon type="spinner" />
{{ trans('admin/hardware/form.processing_spinner') }}
{{ trans('admin/hardware/form.processing') }}
</td>
</tr>
</thead>