[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:17:08 +01:00
parent f500753ce0
commit bea482d482

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)]}"
/> />