diff --git a/xxl-job-admin/src/main/resources/static/plugins/cronGen/cronGen.js b/xxl-job-admin/src/main/resources/static/plugins/cronGen/cronGen.js index 5ec7046d..a1e39383 100755 --- a/xxl-job-admin/src/main/resources/static/plugins/cronGen/cronGen.js +++ b/xxl-job-admin/src/main/resources/static/plugins/cronGen/cronGen.js @@ -228,7 +228,7 @@ $("",{type : "radio", value : "4", name : "month"}).appendTo(monthly4); $(monthly4).append("从"); $("",{type : "text", id : "monthStart_1", value : "1", style:"width:35px; height:20px; text-align: center; margin: 0 3px;"}).appendTo(monthly4); - $(monthly4).append("日开始,每"); + $(monthly4).append("月开始,每"); $("",{type : "text", id : "monthEnd_1", value : "1", style:"width:35px; height:20px; text-align: center; margin: 0 3px;"}).appendTo(monthly4); $(monthly4).append("月执行一次"); $(monthly4).appendTo(monthlyTab);