[FIX] website_sale_aplicoop: Remover _() de template QWeb (no funciona en contexto QWeb)
This commit is contained in:
parent
9937e987f4
commit
67215f7684
1 changed files with 2 additions and 4 deletions
|
|
@ -865,12 +865,10 @@
|
|||
aria-hidden="true"
|
||||
t-translation="off"
|
||||
/>
|
||||
<span class="fw-bold">
|
||||
<t t-esc="_('Important')"/>
|
||||
</span>:
|
||||
<span class="fw-bold">Important</span>:
|
||||
</div>
|
||||
<p>
|
||||
<t t-esc="_('Once you confirm this order, you will not be able to modify it. Please review carefully before confirming.')"/>
|
||||
Once you confirm this order, you will not be able to modify it. Please review carefully before confirming.
|
||||
</p>
|
||||
<button
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue