From d8647915dba86773c6f335ae45517b45302a8336 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 30 Dec 2011 15:49:50 +0200 Subject: [PATCH] Renamed cron entry to cron job. --- web/js/html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/js/html.js b/web/js/html.js index 974cc610..b09e4946 100644 --- a/web/js/html.js +++ b/web/js/html.js @@ -204,10 +204,10 @@ App.HTML.Build.cron_form = function (options, id) { tpl.set(':id', id || ''); options = App.Helpers.evalJSON(options) || {}; if (App.Helpers.isEmpty(options)) { - tpl.set(':title', 'New cron entry'); + tpl.set(':title', 'New cron job'); tpl.set(':save_button', 'ADD'); } else { - tpl.set(':title', 'Edit cron entry'); + tpl.set(':title', 'Edit cron job'); tpl.set(':save_button', 'SAVE'); } options = !App.Helpers.isEmpty(options) ? options : {