[FIX] runbot_merge: brainfart in dashboard warning

This commit is contained in:
Xavier Morel 2022-07-26 10:16:07 +02:00
parent 5176ff094c
commit 21899af758

View File

@ -68,7 +68,7 @@
</div>
<t t-set="mergecron" t-value="env(user=1).ref('runbot_merge.merge_cron')"/>
<div t-if="not mergecron.active" class="alert alert-warning col-12 mb-0" role="alert">
Merging is disabled, stagings will not be disabled.
Merging is disabled, stagings will not be integrated.
</div>
</div>
</template>