Skip to content

Commit

Permalink
fixed tooltip error
Browse files Browse the repository at this point in the history
instead of "Continue if task if an action fails"
changed to "Continue task if an action fails"
  • Loading branch information
Yamacore committed Jan 17, 2022
1 parent 2a67218 commit ecf3b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/tasks/AutomatedTaskForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<div class="text-subtitle2 q-pa-sm">
Actions:
<q-checkbox class="float-right" label="Continue on Errors" v-model="state.continue_on_error" dense>
<q-tooltip>Continue if task if an action fails</q-tooltip>
<q-tooltip>Continue task if an action fails</q-tooltip>
</q-checkbox>
</div>
<div class="scroll q-pt-sm" style="height: 40vh; max-height: 40vh">
Expand Down Expand Up @@ -976,4 +976,4 @@ export default {
.ghost {
opacity: 0.5;
}
</style>
</style>

0 comments on commit ecf3b33

Please sign in to comment.