Skip to content

Commit b0abab0

Browse files
authored
Merge pull request #996 from ercole-io/fix-bugs
Fix wrong word
2 parents c3b970e + 01e670a commit b0abab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/settings/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ export default {
682682
]
683683
},
684684
crontabOptions() {
685-
return `Available options: </br> @daily </br> @Weekly </br> @monthly`
685+
return `Available options: </br> @daily </br> @weekly </br> @monthly`
686686
},
687687
warningAndCritical() {
688688
return [

0 commit comments

Comments
 (0)