Use item.replace() as an expression to replace "vanilla" with "matcha" for each item of the bundle.
item.replace()
"vanilla"
"matcha"
Make sure to type item.replace("vanilla", "matcha").
item.replace("vanilla", "matcha")