Skip to content

Commit aca3009

Browse files
committed
[FIX] Builder tests displayName
1 parent 048ae76 commit aca3009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/html_builder/static/src/builder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<i class="oi oi-settings-adjust me-1" role="img"/>Edit
3737
</button>
3838
<button data-name="theme" data-hotkey="2" t-if="ThemeTab" class="o-hb-btn position-relative btn" t-att-class="{'active cursor-default': state.activeTab === 'theme'}" t-on-click="() => this.onTabClick('theme')" t-att-disabled="displayOnlyCustomizeTab">
39-
<i class="fa fa-cog me-1" role="img"/><t t-out="ThemeTab.displayName"/>
39+
<i class="fa fa-cog me-1" role="img"/><t t-out="ThemeTab.displayName || 'Theme'"/>
4040
</button>
4141
</div>
4242
<div class="o-tab-content overflow-y-auto overflow-x-hidden flex-grow-1">

0 commit comments

Comments
 (0)