Files
roxane/lang/en/notification_templates.php

15 lines
337 B
PHP
Raw Permalink Normal View History

<?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',
],
];