mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-27 16:14:39 -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',
|
||||
'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) %}
|
||||
{% endif %}
|
||||
<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>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user