mirror of
https://github.com/myvesta/vesta
synced 2025-07-10 23:33:13 -07:00
Renamed cron entry to cron job.
This commit is contained in:
parent
92b23162bc
commit
d8647915db
1 changed files with 2 additions and 2 deletions
|
@ -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 : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue