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

This commit is contained in:
Víctor Martínez
2024-01-30 08:25:34 +01:00
parent d7e22b7a2f
commit 33e6e07bf0
2 changed files with 7 additions and 7 deletions

View File

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