Skip to content

Commit

Permalink
Fixed #15094 - wrong translation string for model on checkout
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Jul 16, 2024
1 parent 35160f8 commit eb9e276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/checkout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- AssetModel name -->
<div class="form-group">
<label for="model" class="col-md-3 control-label">
{{ trans('general.company') }}
{{ trans('admin/hardware/form.model') }}
</label>
<div class="col-md-8">
<p class="form-control-static">
Expand Down

0 comments on commit eb9e276

Please sign in to comment.