Skip to content

Commit

Permalink
[FIX] website, *: improved no content helper title
Browse files Browse the repository at this point in the history
*: base

Revision on a87d761

- suggested by @sswapnesh (a87d761#commitcomment-32825219)
- implemented by @alexkuhn
  • Loading branch information
alexkuhn committed Mar 21, 2019
1 parent 36289e7 commit 93abf1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addons/website/data/website_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<field name="context" eval="'{\'search_default_category_id\':'+str(ref('base.module_category_website'))+'}'"/>
<field name="help" type="html">
<p class="o_view_nocontent_empty_folder">
No website module found!
No module found!
</p><p>
You should try other search criteria.
</p>
Expand All @@ -179,7 +179,7 @@
<field name="context" eval="'{\'search_default_category_id\':'+str(ref('base.module_category_theme'))+'}'"/>
<field name="help" type="html">
<p class="o_view_nocontent_empty_folder">
No website module found!
No module found!
</p><p>
You should try other search criteria.
</p>
Expand Down
2 changes: 1 addition & 1 deletion addons/website/i18n/website.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ msgstr ""
#. module: website
#: model:ir.actions.act_window,help:website.action_module_theme
#: model:ir.actions.act_window,help:website.action_module_website
msgid "No website module found!"
msgid "No module found!"
msgstr ""

#. module: website
Expand Down
2 changes: 1 addition & 1 deletion odoo/addons/base/i18n/base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -13081,7 +13081,7 @@ msgstr ""

#. module: base
#: model:ir.actions.act_window,help:base.open_module_tree
msgid "No website module found!"
msgid "No module found!"
msgstr ""

#. module: base
Expand Down
2 changes: 1 addition & 1 deletion odoo/addons/base/views/ir_module_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<field name="search_view_id" ref="view_module_filter"/>
<field name="help" type="html">
<p class="o_view_nocontent_empty_folder">
No website module found!
No module found!
</p><p>
You should try other search criteria.
</p>
Expand Down

0 comments on commit 93abf1a

Please sign in to comment.