Missing 'Enter item description' translation

This commit is contained in:
Burak Çakırel
2021-02-11 15:28:47 +03:00
parent 66d92e688e
commit aa9f818abf
2 changed files with 4 additions and 3 deletions

View File

@ -57,7 +57,7 @@
@if (!$hideDescription)
<textarea
class="form-control"
placeholder="Enter item description"
placeholder="{{ trans('items.enter_item_description') }}"
style="height: 46px; overflow: hidden;"
:name="'items.' + index + '.description'"
v-model="row.description"