From fd0a2ecdc659624c28191a0fbb5a705ec9db0d59 Mon Sep 17 00:00:00 2001 From: Yamacore Date: Mon, 17 Jan 2022 16:12:37 +0100 Subject: [PATCH] fixed tooltip error instead of "Continue if task if an action fails" changed to "Continue task if an action fails" --- src/components/tasks/AutomatedTaskForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tasks/AutomatedTaskForm.vue b/src/components/tasks/AutomatedTaskForm.vue index 2eea4e8..ba30bbb 100644 --- a/src/components/tasks/AutomatedTaskForm.vue +++ b/src/components/tasks/AutomatedTaskForm.vue @@ -147,7 +147,7 @@
Actions: - Continue if task if an action fails + Continue task if an action fails
@@ -976,4 +976,4 @@ export default { .ghost { opacity: 0.5; } - \ No newline at end of file +