text controlled for french language
This commit is contained in:
parent
586db83514
commit
d677dcca24
@ -70,7 +70,7 @@
|
|||||||
<x-sortablelink column="sale_price" title="{{ trans('items.sale_price') }}" />
|
<x-sortablelink column="sale_price" title="{{ trans('items.sale_price') }}" />
|
||||||
</x-slot>
|
</x-slot>
|
||||||
<x-slot name="second">
|
<x-slot name="second">
|
||||||
<x-sortablelink column="purchase_price" title="{{ trans('items.purchase_price') }}" />
|
<x-sortablelink column="purchase_price" title="{!! trans('items.purchase_price') !!}" />
|
||||||
</x-slot>
|
</x-slot>
|
||||||
</x-table.th>
|
</x-table.th>
|
||||||
</x-table.tr>
|
</x-table.tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user