Explorar o código

chore: fix spelling mistake

0xm0 %!s(int64=3) %!d(string=hai) anos
pai
achega
2294e58729
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/newtab/workflow/edit/EditTrigger.vue

+ 1 - 1
src/components/newtab/workflow/edit/EditTrigger.vue

@@ -90,7 +90,7 @@ const emit = defineEmits(['update:data']);
 const triggers = [
   { id: 'manual', name: 'Manually' },
   { id: 'interval', name: 'Interval' },
-  { id: 'date', name: 'On spesific date' },
+  { id: 'date', name: 'On specific date' },
   { id: 'visit-web', name: 'When visit a website' },
 ];
 const maxDate = dayjs().add(30, 'day').format('YYYY-MM-DD');