feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
14
lang/en/notification_templates.php
Normal file
14
lang/en/notification_templates.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'singular_name' => 'Email Template',
|
||||
'plural_name' => 'Email Templates',
|
||||
'identifier' => 'Identifier',
|
||||
'name' => 'Name',
|
||||
'subject' => 'Subject',
|
||||
'body' => 'Content',
|
||||
'variables' => 'Available variables',
|
||||
'is_active' => 'Active',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user