We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b2316 commit d864791Copy full SHA for d864791
web/js/html.js
@@ -204,10 +204,10 @@ App.HTML.Build.cron_form = function (options, id) {
204
tpl.set(':id', id || '');
205
options = App.Helpers.evalJSON(options) || {};
206
if (App.Helpers.isEmpty(options)) {
207
- tpl.set(':title', 'New cron entry');
+ tpl.set(':title', 'New cron job');
208
tpl.set(':save_button', 'ADD');
209
} else {
210
- tpl.set(':title', 'Edit cron entry');
+ tpl.set(':title', 'Edit cron job');
211
tpl.set(':save_button', 'SAVE');
212
}
213
options = !App.Helpers.isEmpty(options) ? options : {
0 commit comments