Skip to content

Commit

Permalink
Merge pull request #996 from ercole-io/fix-bugs
Browse files Browse the repository at this point in the history
Fix wrong word
  • Loading branch information
rcmaiolini authored Dec 5, 2024
2 parents c3b970e + 01e670a commit b0abab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export default {
]
},
crontabOptions() {
return `Available options: </br> @daily </br> @Weekly </br> @monthly`
return `Available options: </br> @daily </br> @weekly </br> @monthly`
},
warningAndCritical() {
return [
Expand Down

0 comments on commit b0abab0

Please sign in to comment.