mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_yes: change description of masonry snippet
Introduced with [1], same description for Caterers and Venues block. [1]: https://github.com/odoo/design-themes/commit/299d504df31bf179775eec1d37e71605c3637460 task-2994239 closes odoo/design-themes#640 Signed-off-by: Romain Derie (rde) <rde@odoo.com>
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user