mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed #15094 - wrong translation string for model on checkout
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
35160f88e0
commit
eb9e276ba7
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue