Missing 'Enter item description' translation
This commit is contained in:
parent
66d92e688e
commit
aa9f818abf
@ -4,5 +4,6 @@ return [
|
|||||||
|
|
||||||
'sales_price' => 'Sale Price',
|
'sales_price' => 'Sale Price',
|
||||||
'purchase_price' => 'Purchase Price',
|
'purchase_price' => 'Purchase Price',
|
||||||
|
'enter_item_description' => 'Enter item description',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
@if (!$hideDescription)
|
@if (!$hideDescription)
|
||||||
<textarea
|
<textarea
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="Enter item description"
|
placeholder="{{ trans('items.enter_item_description') }}"
|
||||||
style="height: 46px; overflow: hidden;"
|
style="height: 46px; overflow: hidden;"
|
||||||
:name="'items.' + index + '.description'"
|
:name="'items.' + index + '.description'"
|
||||||
v-model="row.description"
|
v-model="row.description"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user