index.ejs: fixed typü

This commit is contained in:
gitmirko 2020-04-26 20:24:00 +02:00 committed by GitHub
parent e610421e09
commit c67846a66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@
<div class="input-field col s12">
<select id="cron-drop-settings">
<option value="0">Disable</option>
<option value="1">Dayly</option>
<option value="1">Daily</option>
<option value="2">Weekly</option>
<option value="3">Monthly</option>
</select>
@ -828,4 +828,4 @@
}
</script>
</html>
</html>