diff --git a/src/components/Form/FormFields/CronTab/components/Crontab-Hour.vue b/src/components/Form/FormFields/CronTab/components/Crontab-Hour.vue index e45c46294..f65163a64 100644 --- a/src/components/Form/FormFields/CronTab/components/Crontab-Hour.vue +++ b/src/components/Form/FormFields/CronTab/components/Crontab-Hour.vue @@ -10,15 +10,18 @@ {{ this.$t('From') }} - - - {{ this.$t('Hour') }} + + - + + {{ this.$t('Hour') }} {{ this.$t('Every') }} - {{ this.$t('Hour') }} {{ this.$t('ExecuteOnce') }} + + {{ this.$t('Hour') }} {{ this.$t('ExecuteOnce') }} @@ -32,7 +35,7 @@ multiple style="width:100%" > - {{ item-1 }} + {{ item - 1 }} diff --git a/src/components/Form/FormFields/CronTab/components/Crontab-Min.vue b/src/components/Form/FormFields/CronTab/components/Crontab-Min.vue index 30fe5fb76..f56373947 100644 --- a/src/components/Form/FormFields/CronTab/components/Crontab-Min.vue +++ b/src/components/Form/FormFields/CronTab/components/Crontab-Min.vue @@ -9,7 +9,7 @@ {{ this.$t('From') }} - + {{ this.$t('Min') }} {{ this.$t('ExecuteOnce') }}