diff --git a/static/js/TopicLandingPage/TopicLandingParsha.jsx b/static/js/TopicLandingPage/TopicLandingParsha.jsx index fd8020a665..3aeed901ff 100644 --- a/static/js/TopicLandingPage/TopicLandingParsha.jsx +++ b/static/js/TopicLandingPage/TopicLandingParsha.jsx @@ -17,8 +17,8 @@ export const TopicLandingParasha = () => { const parashahDesc = parashah.description; const parashahTopicLink = `topics/${parashah?.topic}`; const parashahRefLink = `/${parashah?.url}`; - const learnMorePrompt = {en: `Learn More on Parashat ${parashahTitle?.en}›`, - he:`${Sefaria._("Learn More on Parashat")} ${parashahTitle?.he}›`} + const learnMorePrompt = {en: `Learn More on Parashat ${parashahTitle?.en} ›`, + he:`${Sefaria._("Learn More on Parashat")} ${parashahTitle?.he} ›`} return ( diff --git a/static/js/TopicLandingPage/TopicLandingSeasonal.jsx b/static/js/TopicLandingPage/TopicLandingSeasonal.jsx index 13c77d59a6..31918cefa2 100644 --- a/static/js/TopicLandingPage/TopicLandingSeasonal.jsx +++ b/static/js/TopicLandingPage/TopicLandingSeasonal.jsx @@ -65,8 +65,8 @@ export const TopicLandingSeasonal = () => { const formattedDateEn = secondaryTopicSlug && enDateFormat.formatRange(displayStartDate, displayEndDate); const formattedDateHe = secondaryTopicSlug && heDateFormat.formatRange(displayStartDate, displayEndDate); - const learnMorePrompt = {en: `Learn More on ${title?.en}›`, - he:`${Sefaria._("Learn More on")} ${title?.he}›`} + const learnMorePrompt = {en: `Learn More on ${title?.en} ›`, + he:`${Sefaria._("Learn More on")} ${title?.he} ›`} return (