Copyright © 2014-2018 EspoCRM: Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko. @@ -39,7 +38,6 @@ In accordance with Section 7(b) of the GNU General Public License version 3, these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
-{Person.name},
Case \'{Case.name}\' has been created with number {Case.number} and assigned to {User.name}.
', - 'isHtml ' => '1', - ), + 'isHtml ' => '1' + ) ), 'ScheduledJob' => array( array( 'name' => 'Check Group Email Accounts', 'job' => 'CheckInboundEmails', 'status' => 'Active', - 'scheduling' => '*/4 * * * *', + 'scheduling' => '*/2 * * * *' ), array( 'name' => 'Check Personal Email Accounts', 'job' => 'CheckEmailAccounts', 'status' => 'Active', - 'scheduling' => '*/5 * * * *', + 'scheduling' => '*/1 * * * *' ), array( 'name' => 'Send Email Reminders', 'job' => 'SendEmailReminders', 'status' => 'Active', - 'scheduling' => '*/2 * * * *', + 'scheduling' => '*/2 * * * *' ), array( 'name' => 'Send Email Notifications', 'job' => 'SendEmailNotifications', 'status' => 'Active', - 'scheduling' => '*/2 * * * *', + 'scheduling' => '*/2 * * * *' ), array( 'name' => 'Clean-up', 'job' => 'Cleanup', 'status' => 'Active', - 'scheduling' => '1 1 * * 0', + 'scheduling' => '1 1 * * 0' ), array( 'name' => 'Send Mass Emails', 'job' => 'ProcessMassEmail', 'status' => 'Active', - 'scheduling' => '15 * * * *', + 'scheduling' => '15 * * * *' ), array( 'name' => 'Auth Token Control', 'job' => 'AuthTokenControl', 'status' => 'Active', - 'scheduling' => '*/6 * * * *', + 'scheduling' => '*/6 * * * *' ), array( 'name' => 'Control Knowledge Base Article Status', 'job' => 'ControlKnowledgeBaseArticleStatus', 'status' => 'Active', - 'scheduling' => '10 1 * * *', + 'scheduling' => '10 1 * * *' ) - ), + ) ); \ No newline at end of file diff --git a/install/core/tpl/errors.tpl b/install/core/tpl/errors.tpl index 3a43db3eeb..981e94782c 100644 --- a/install/core/tpl/errors.tpl +++ b/install/core/tpl/errors.tpl @@ -1,6 +1,5 @@