translate

This commit is contained in:
vedatakd 2021-08-06 18:05:48 +03:00
parent e2e8fbfb61
commit 37b2997745

View File

@ -62,7 +62,7 @@
{% if isActive('shipping') %}
<a href="{{ url_route('visiosoft.module.shipping::create_shipping',{'id':adv.id}) }}"
class="btn btn-outline-primary shadow-sm mr-4">
Create Shipping Information
{{ trans('visiosoft.module.shipping::button.create_shipping_information') }}
</a>
{% endif %}