mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
fix translation
This commit is contained in:
parent
b14fd0152c
commit
81a4ed65bb
@ -8,5 +8,6 @@ return [
|
||||
'update_profile' => 'Update Profile',
|
||||
'delete' => 'Delete',
|
||||
'extend' => 'Extend',
|
||||
'extend_all' => 'Extend All',
|
||||
'edit' => 'Edit',
|
||||
];
|
||||
|
||||
@ -34,7 +34,9 @@
|
||||
</div>
|
||||
</nav>
|
||||
<div class="bg-dark p-2 mt-2 rounded">
|
||||
<a href="{{ url_route("advs::extendAll") }}" class="btn btn-primary">Extend All</a>
|
||||
<a href="{{ url_route("advs::extendAll") }}" class="btn btn-primary">
|
||||
{{ trans('visiosoft.module.profile::button.extend_all') }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="tab-content py-3 px-3 px-sm-0" id="nav-tabContent">
|
||||
<div class="tab-pane fade show active" id="nav-approved" role="tabpanel"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user