Hello. Trying to change the text next to the star rating badge in the Shopify Product Reviews App. It currently displays the number of reviews in parenthesis “(30).” I want it to say “30 Reviews” with no parenthesis. The settings in the app require liquid to change the text and I can’t figure it out.
Here’s what it looks like currently:
![]()
And here is what the current settings for the custom liquid code are:
It gets cut off in the picture but the code is:
{{product.reviews_count}} {{ product.reviews_count | pluralize: ‘review’, ‘reviews’ }}
Thank you in advance for your help!
