changed vendor text
This commit is contained in:
parent
f2d47b5b19
commit
fb9ca66944
@ -40,6 +40,7 @@ return [
|
|||||||
'others' => 'Other|Others',
|
'others' => 'Other|Others',
|
||||||
'contacts' => 'Contact|Contacts',
|
'contacts' => 'Contact|Contacts',
|
||||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||||
|
'developers' => 'Developer|Developers',
|
||||||
|
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'banking' => 'Banking',
|
'banking' => 'Banking',
|
||||||
|
@ -205,7 +205,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@if ($module->vendor_name)
|
@if ($module->vendor_name)
|
||||||
<tr>
|
<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>
|
<td class="text-right"><a href="{{ url('apps/vendors/' . $module->vendor->slug) }}">{{ $module->vendor_name }}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user