Skip to content

Commit

Permalink
Corrected text warning translation
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Sep 20, 2024
1 parent b84a634 commit 5eea9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/hardware/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@
<div class="col-md-12">
<div class="callout callout-warning">
<x-icon type="warning" />
{{ trans('admin/users/message.user_deleted_warning') }}
{{ trans('general.asset_deleted_warning') }}
</div>
</div>
@endif

<div class="info-stack-container">
<!-- Start button column -->
<div class="col-md-3 col-xs-12 col-sm-push-9 info-stack">
Expand Down

0 comments on commit 5eea9d1

Please sign in to comment.