[FIX] document_page: Change web_ribbon text to title to make it translatable

This commit is contained in:
Víctor Martínez 2024-01-30 08:46:09 +01:00 committed by Justine Doutreloux
parent d3a9ffce21
commit ddee6993d3

View File

@ -40,7 +40,7 @@
<div name="button_box" id="button_box" class="oe_button_box" /> <div name="button_box" id="button_box" class="oe_button_box" />
<widget <widget
name="web_ribbon" name="web_ribbon"
text="Archived" title="Archived"
bg_color="bg-danger" bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}" attrs="{'invisible': [('active', '=', True)]}"
/> />