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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue