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:
Yamacore
2022-01-17 16:12:37 +01:00
committed by GitHub
parent 2a67218a34
commit ecf3b33ca7

View File

@@ -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>