diff --git a/jam-ui/src/components/affiliate/JKAffiliateLinks.js b/jam-ui/src/components/affiliate/JKAffiliateLinks.js index 8f115d848..3eb877b3b 100644 --- a/jam-ui/src/components/affiliate/JKAffiliateLinks.js +++ b/jam-ui/src/components/affiliate/JKAffiliateLinks.js @@ -120,6 +120,7 @@ const JKAffiliateLinks = () => { setShowDropdown={setShowDropdown} inputValue={autoCompleteInputValue} setInputValue={setAutoCompleteInputValue} + inputPlaceholder={t('search.search_input.placeholder', { ns: 'jamtracks' })} /> {jamTracks && diff --git a/jam-ui/src/i18n/locales/en/affiliate.json b/jam-ui/src/i18n/locales/en/affiliate.json index c08650398..251e1e428 100644 --- a/jam-ui/src/i18n/locales/en/affiliate.json +++ b/jam-ui/src/i18n/locales/en/affiliate.json @@ -81,7 +81,7 @@ "home_page_subtitle": "Home Page", "home_page_paragraph": "The JamKazam home page is tested and optimized to convert visitors to registered users, as it’s where most users first come to learn about JamKazam. Use this link to refer your audience to our home page with your affiliate code:", "jamtracks_pages_subtitle": "JamTracks Pages", - "jamtracks_pages_paragraph": "If you make tutorial videos on how to play specific songs, you can share a link to a JamTrack of that song. JamKazam gives away a user’s first JamTrack free, so you can offer your audience a free JamTrack that gives them the ability to drop out the part they’re playing (guitar, drums, keys, lead vocal, etc) and play along with the rest of the band – free. They can even slow down the track while learning and practicing and then gradually increase it back to full speed, record themselves playing along with it, etc. Type the song or artist name in the box below to see if JamKazam has the song you want. If you see it in the search results list, click on it, and we’ll display the link to a landing page for that song, including your affiliate code. Copy that link and share it.", + "jamtracks_pages_paragraph": "If you make tutorial videos on how to play specific songs or in the style of a specific artist, you can share a link to a JamTrack of that song or a set of songs by an artist. JamKazam gives away a user’s first JamTrack free, so you can offer your audience a free JamTrack that gives them the ability to drop out the part they’re playing (guitar, drums, keys, lead vocal, etc) and play along with the rest of the band. They can even slow down the track while learning and practicing and then gradually increase it back to full speed, record themselves playing along with it, etc. Type the song or artist name in the box below to see if JamKazam has the song or artist you want. If you see it in the search results list, click on it, and we’ll display the link to a landing page for that song or artist, including your affiliate code. Then copy that link and share it.", "affiliate_link_for": "Affiliate Link for", "by": "by" },