Merge pull request #2873 from novag/cancellations
use the correct translation for cancellations
This commit is contained in:
@ -10,6 +10,10 @@ return [
|
||||
'billing' => 'Billing',
|
||||
'advanced' => 'Advanced',
|
||||
|
||||
'actions' => [
|
||||
'cancel' => 'Cancel',
|
||||
],
|
||||
|
||||
'invoice_detail' => [
|
||||
'marked' => '<b>You</b> marked this invoice as',
|
||||
'services' => 'Services',
|
||||
|
@ -113,7 +113,7 @@
|
||||
<x-dropdown.divider />
|
||||
|
||||
<x-dropdown.link href="{{ route($cancelledRoute, $document->id) }}" id="show-more-actions-cancel-{{ $document->type }}">
|
||||
{{ trans('general.cancel') }}
|
||||
{{ trans('documents.actions.cancel') }}
|
||||
</x-dropdown.link>
|
||||
@endcan
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user