use the correct translation for cancellations
* Some languages have different words for cancelling an action vs cancelling an invoice.
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',
|
||||
|
Reference in New Issue
Block a user