Skip to content
Snippets Groups Projects
Commit 776d63e5 authored by Swapnesh Shah's avatar Swapnesh Shah Committed by GitHub
Browse files

[IMP] website: use same title at all place


Before this commit, the Title for the `"Page Published"` was `visible` and `Not visible`.

With this commitment, we make it align with the main title.

closes odoo/odoo#50344

Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
parent ffe119d0
Branches
Tags
No related merge requests found
......@@ -1088,9 +1088,9 @@ Sitemap: <t t-esc="url_root"/>sitemap.xml
</td>
<td class="text-center">
<t t-set='date_formatted'><t t-options='{"widget": "date"}' t-esc="page.date_publish"/></t>
<i t-if="page.is_visible" class="fa fa-check" title="Visible"/>
<i t-elif="page.website_published" class="fa fa-eye-slash" t-attf-title="This page will be visible on {{ date_formatted }}"/>
<i t-else="" class="fa fa-times text-muted" title="Not visible"/>
<i t-if="page.is_visible" class="fa fa-check" title="Published"/>
<i t-elif="page.website_published" class="fa fa-eye-slash" t-attf-title="This page will be published on {{ date_formatted }}"/>
<i t-else="" class="fa fa-times text-muted" title="Not published"/>
</td>
<td class="text-center">
<i t-if="page.website_indexed" class="fa fa-check" title="Indexed"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment