added trans

This commit is contained in:
vedatakd 2020-11-09 16:48:04 +03:00
parent 2cdc469f5e
commit c50ca7b6e7
2 changed files with 2 additions and 1 deletions

View File

@ -32,4 +32,5 @@ return [
'please_wait' => 'Please wait.Deleting Sub Categories', 'please_wait' => 'Please wait.Deleting Sub Categories',
'category_selection' => 'Category Selection', 'category_selection' => 'Category Selection',
'go_to_parent' => 'Go To Parent',
]; ];

View File

@ -31,7 +31,7 @@
{% set parent_url = url('admin/cats?cat='~parent.parent_category_id) %} {% set parent_url = url('admin/cats?cat='~parent.parent_category_id) %}
{% endif %} {% endif %}
<a class="btn btn-md btn-warning " href="{{ parent_url }}"> <a class="btn btn-md btn-warning " href="{{ parent_url }}">
<i class="fa fa-arrow-left"></i> Go To Parent <i class="fa fa-arrow-left"></i> {{ trans('module.field.go_to_parent') }}
</a> </a>
</div> </div>
{% endif %} {% endif %}