Skip to content

Commit

Permalink
[REF] web_editor, website: rename editor left panel tabs
Browse files Browse the repository at this point in the history
- "Options" -> "Style"
- "Theme" -> "Options" (as now contains not-theme-related options)
  • Loading branch information
qsm-odoo committed Feb 28, 2020
1 parent 89ddd24 commit 920f06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/web_editor/views/snippets.xml
Expand Up @@ -9,7 +9,7 @@
<button type="button" class="o_we_customize_snippet_btn"
t-att-data-title="customize_title"
disabled="disabled">
Options
Style
</button>
</div>

Expand Down
2 changes: 1 addition & 1 deletion addons/website/views/snippets/snippets.xml
Expand Up @@ -6,7 +6,7 @@
<xpath expr="//div[@id='snippets_menu']" position="inside">
<button type="button" class="o_we_customize_theme_btn"
data-title="Customize your theme">
Theme
Options
</button>
</xpath>
<xpath expr="//t[@id='default_snippets']" position="replace">
Expand Down

0 comments on commit 920f06b

Please sign in to comment.