Skip to content

Commit

Permalink
[BUGFIX] fix language menu label add missing comma (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Basel authored and dmh committed Aug 31, 2018
1 parent a256c79 commit f1a6e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<f:variable name="languageFlag"><f:spaceless><f:render section="getLanguageFlag" arguments="{_all}" /></f:spaceless></f:variable>
<f:variable name="languageLabel"><f:spaceless><f:render section="getLanguageLabel" arguments="{_all}" /></f:spaceless></f:variable>
<a class="header-top__language-menu-btn js__header-top__language-menu-btn" href="/#"><span class="main-flag-icon flag-icon flag-icon-{languageFlag}"></span><f:if condition="{theme:constant(constant:'themes.configuration.elem.status.showHeaderTopLangLabel')}">
<span class="main-flag-language flag-language">{f:translate(key:'languageMenu_label' extensionName='theme_t3kit')}</span>
<span class="main-flag-language flag-language">{f:translate(key:'languageMenu_label', extensionName:'theme_t3kit')}</span>
</f:if></a>
</f:if>
</f:for>
Expand Down

0 comments on commit f1a6e7c

Please sign in to comment.