Browse Source

Renamed cron entry to cron job.

Serghey Rodin 14 years ago
parent
commit
d8647915db
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/js/html.js

+ 2 - 2
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 : {