changed vendor text

This commit is contained in:
denisdulici 2018-12-11 16:58:10 +03:00
parent f2d47b5b19
commit fb9ca66944
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ return [
'others' => 'Other|Others',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'developers' => 'Developer|Developers',
'dashboard' => 'Dashboard',
'banking' => 'Banking',

View File

@ -205,7 +205,7 @@
<tbody>
@if ($module->vendor_name)
<tr>
<th>{{ trans_choice('general.vendors', 1) }}</th>
<th>{{ trans_choice('general.developers', 1) }}</th>
<td class="text-right"><a href="{{ url('apps/vendors/' . $module->vendor->slug) }}">{{ $module->vendor_name }}</a></td>
</tr>
@endif