mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge pull request #15099 from snipe/fixes/15094_wrong_translation_string
Fixed #15094 - wrong translation string for model on checkout
This commit is contained in:
commit
a0d461d3e2
|
@ -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