Patches for admin mailable

This commit is contained in:
David Bomba
2025-09-06 16:34:01 +10:00
parent 2c3ac4aad9
commit 331be9d309
3 changed files with 36 additions and 2 deletions

View File

@@ -5631,7 +5631,10 @@ $lang = array(
'replaced' => 'Replaced',
'ses_from_address' => 'SES From Address',
'ses_from_address_help' => 'The Sending Email Address, must be verified in AWS',
'unauthorized_action' => 'You are not authorized to perform this action',
'unauthorized_action' => 'You are not authorized to perform this action',
'einvoice_received_subject' => 'E-Invoice/s Received',
'einvoice_received_body' => 'You have received :count new E-Invoice/s.<br><br>Login to view.',
);
return $lang;