From a3271feb2b054b4ebfcecf3b6bb4936ba8ae1647 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 4 Apr 2014 15:47:40 +0300 Subject: [PATCH] translate jobs --- application/Espo/Resources/i18n/en_US/ScheduledJob.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/Espo/Resources/i18n/en_US/ScheduledJob.json b/application/Espo/Resources/i18n/en_US/ScheduledJob.json index e1f9fd1191..e6b701dd18 100644 --- a/application/Espo/Resources/i18n/en_US/ScheduledJob.json +++ b/application/Espo/Resources/i18n/en_US/ScheduledJob.json @@ -7,5 +7,11 @@ }, "links": { "log": "Log" + }, + "options": { + "job": { + "CheckInboundEmails": "Check Inbound Emails", + "Cleanup": "Clean-up" + } } }