language fixes

This commit is contained in:
alp 2020-01-16 14:06:30 +03:00
parent bc43f25698
commit 558a091c6b
4 changed files with 4 additions and 10 deletions

View File

@ -2,9 +2,7 @@
return [
'latest_ads' => 'أحدث الإعلانات',
'show_all' => [
'name' => 'عرض الكل',
],
'show_all' => 'عرض الكل',
'login' => [
'name' => 'تسجيل الدخول',
],

View File

@ -2,9 +2,7 @@
return [
'latest_ads' => 'Latest Ads',
'show_all' => [
'name' => 'Show All',
],
'show_all' => 'Show All',
'login' => [
'name' => 'Login',
],

View File

@ -2,9 +2,7 @@
return [
'latest_ads' => 'Son Eklenenler',
'show_all' => [
'name' => 'Tümünü Göster',
],
'show_all' => 'Tümünü Göster',
'login' => [
'name' => 'Login',
],

View File

@ -6,7 +6,7 @@
</div>
<div class="col-md-6 text-right">
<a class="btn btn-outline-secondary"
href="{{ url_route('visiosoft.module.advs::list') }}">{{ trans('theme::field.show_all.name') }}</a>
href="{{ url_route('visiosoft.module.advs::list') }}">{{ trans('theme::field.show_all') }}</a>
</div>
{% endif %}
</div>