Skip to content

Commit 77f3be2

Browse files
author
Mind Conflicts
authored
Privacy Policy translation (fixes Issue #2951)
Lacking translate="true" for Privacy and Cookie Policy footer link.
1 parent 3be18f3 commit 77f3be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/view/frontend/layout/default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<referenceBlock name="footer_links">
1414
<block class="Magento\Framework\View\Element\Html\Link\Current" name="privacy-policy-link">
1515
<arguments>
16-
<argument name="label" xsi:type="string">Privacy and Cookie Policy</argument>
16+
<argument name="label" xsi:type="string" translate="true">Privacy and Cookie Policy</argument>
1717
<argument name="path" xsi:type="string">privacy-policy-cookie-restriction-mode</argument>
1818
</arguments>
1919
</block>

0 commit comments

Comments
 (0)