Hi @deborahsavage1 ! It looks like you are using the correct syntax to replace the text in the paragraph within the repeater item. You need to assign the updated text back to the element’s text property, as the .replace() method returns a new string. Additionally, you can remove the forEachItem loop as the onItemReady callback function is already iterating over the repeater items. If you make the changes I suggested and are still experiencing issues, I recommend providing more details about the problem you’re facing, including any error messages you’re seeing and any additional relevant code or setup information. Good luck!