fixed tooltip error
instead of "Continue if task if an action fails" changed to "Continue task if an action fails"
This commit is contained in:
@@ -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">
|
||||
@@ -976,4 +976,4 @@ export default {
|
||||
.ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user