Skip to content

Commit d864791

Browse files
committed
Renamed cron entry to cron job.
1 parent 92b2316 commit d864791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/js/html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ App.HTML.Build.cron_form = function (options, id) {
204204
tpl.set(':id', id || '');
205205
options = App.Helpers.evalJSON(options) || {};
206206
if (App.Helpers.isEmpty(options)) {
207-
tpl.set(':title', 'New cron entry');
207+
tpl.set(':title', 'New cron job');
208208
tpl.set(':save_button', 'ADD');
209209
} else {
210-
tpl.set(':title', 'Edit cron entry');
210+
tpl.set(':title', 'Edit cron job');
211211
tpl.set(':save_button', 'SAVE');
212212
}
213213
options = !App.Helpers.isEmpty(options) ? options : {

0 commit comments

Comments
 (0)