Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Translate the other instance of Sponsored By in theme-section-feed-co…
Browse files Browse the repository at this point in the history
…ntent-node
  • Loading branch information
Shinsina committed Oct 17, 2024
1 parent b34fd27 commit 813d3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ $ const blockName = "section-feed-content-node";
<marko-web-element block-name=blockName name="content-sponsors" modifiers=sponsorsModifiers>
<marko-web-obj-nodes|{ node, index, length }| type="content" block-name=blockName obj=content field="sponsors" tag="span">
<if(index === 0)>
<marko-web-element tag="span" block-name=blockName name="content-sponsors-label">Sponsored By: </marko-web-element>
<marko-web-element tag="span" block-name=blockName name="content-sponsors-label">${i18n("Sponsored By")}: </marko-web-element>
</if>
<if(withSponsorLogo && node.primaryImage)>
$ const src = buildImgixUrl(node.primaryImage.src, imageOptions, null, true);
Expand Down

0 comments on commit 813d3c8

Please sign in to comment.