Skip to content

Commit ac402f6

Browse files
alp87488Roman Ivanov
andauthored
SITES-19785: Strings is unlocalized in Core Components site > Tabs (#2975)
Co-authored-by: Roman Ivanov <[email protected]>
1 parent 5f42027 commit ac402f6

File tree

3 files changed

+5
-5
lines changed
  • content/src/content/jcr_root/apps/core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor
  • examples/ui.apps/src/content/jcr_root/apps/core-components-examples/components/languagenavigation

3 files changed

+5
-5
lines changed

content/src/content/jcr_root/apps/core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor/childreneditor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
name="./${item.name}/cq:panelTitle"
4646
value="${item.value}"
4747
data-sly-attribute.disabled="${item.isLiveCopy}"
48-
placeholder="${item.title}" required>
48+
placeholder="${item.title @ i18n}" required>
4949
</div>
5050
</coral-multifield-item>
5151
<input type="hidden" name="itemOrder" data-cmp-hook-childreneditor="order">

content/src/content/jcr_root/apps/core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor/icon.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<sly data-sly-template.icon="${@ item}">
1717
<span class="cmp-childreneditor__item-icon"
1818
data-cmp-hook-childreneditor="itemIcon">
19-
<coral-icon data-sly-test="${item.iconName}" icon="${item.iconName}" title="${item.title}"></coral-icon>
20-
<img data-sly-test="${!item.iconName && item.iconPath}" src="${item.iconPath}" title="${item.title}"/>
19+
<coral-icon data-sly-test="${item.iconName}" icon="${item.iconName}" title="${item.title @ i18n}"></coral-icon>
20+
<img data-sly-test="${!item.iconName && item.iconPath}" src="${item.iconPath}" title="${item.title @ i18n}"/>
2121
<coral-tag data-sly-test="${!item.iconName && !item.iconPath && item.iconAbbreviation}"
2222
class="cmp-childreneditor__item-tag"
2323
color="grey"
2424
size="M"
25-
title="${item.title}">${item.iconAbbreviation}</coral-tag>
25+
title="${item.title @ i18n}">${item.iconAbbreviation}</coral-tag>
2626
</span>
2727
</sly>

examples/ui.apps/src/content/jcr_root/apps/core-components-examples/components/languagenavigation/.content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
cq:icon="globeGrid"
1919
jcr:description="Global language structure navigation"
2020
jcr:primaryType="cq:Component"
21-
jcr:title="Language Navigation "
21+
jcr:title="Language Navigation"
2222
sling:resourceSuperType="core/wcm/components/languagenavigation/v2/languagenavigation"
2323
componentGroup="Core Components Examples"/>

0 commit comments

Comments
 (0)