Fixed Missing phrase

I don't think we use a phrase "ratings" anywhere in particular. Can you identify the specific location where you're seeing this phrase?
 
<xf:if is="$text is not empty">{$text}<xf:else />{$count|number} ratings</xf:if>

Looks like it's missing from there in rating_macros
 
Top Bottom