mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-28 00:24:41 -06:00
added trans
This commit is contained in:
parent
2cdc469f5e
commit
c50ca7b6e7
@ -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',
|
||||||
];
|
];
|
||||||
|
|||||||
@ -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 %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user