Skip to content

Commit

Permalink
[IMP] theme_yes: change description of masonry snippet
Browse files Browse the repository at this point in the history
Introduced with [1], same description for Caterers and Venues block.

[1]: odoo@299d504

task-2994239

closes odoo#640

Signed-off-by: Romain Derie (rde) <rde@odoo.com>
  • Loading branch information
can-odoo committed Apr 11, 2023
1 parent 0fa60a6 commit 56a04f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion theme_yes/i18n/theme_yes.pot
Expand Up @@ -119,7 +119,7 @@ msgstr ""

#. module: theme_yes
#: model_terms:theme.ir.ui.view,arch:theme_yes.s_masonry_block_default_template
msgid "Check out our list of favorite venues."
msgid "Check out our list of favorite caterers."
msgstr ""

#. module: theme_yes
Expand All @@ -137,6 +137,11 @@ msgstr ""
msgid "FAQ"
msgstr ""

#. module: theme_yes
#: model_terms:theme.ir.ui.view,arch:theme_yes.s_masonry_block_default_template
msgid "Find a Caterer"
msgstr ""

#. module: theme_yes
#: model_terms:theme.ir.ui.view,arch:theme_yes.s_text_image
msgid "Find a photographer"
Expand Down
4 changes: 2 additions & 2 deletions theme_yes/views/snippets/s_masonry_block.xml
Expand Up @@ -22,8 +22,8 @@
</xpath>
<!-- Little block #01 - Text -->
<xpath expr="//*[hasclass('col-lg-6')]//p" position="replace">
<p>Check out our list of favorite venues.</p>
<p><a href="#" class="btn btn-secondary rounded-circle">Find a venue</a></p>
<p>Check out our list of favorite caterers.</p>
<p><a href="#" class="btn btn-secondary rounded-circle">Find a Caterer</a></p>
</xpath>
<!-- Little block #02 - Main div -->
<xpath expr="(//*[hasclass('col-lg-6')])[2]" position="attributes">
Expand Down

0 comments on commit 56a04f3

Please sign in to comment.