Duplicate  phrase error

Allan

Well-known member
Lign 173 to phrases.xml
<phrase title="alert_profile_post_insert" global_cache="0" version_id="0" version_string=""><![CDATA[{username} wrote a message on your <a {profilePageLinkAttributes}>your profile</a>.]]></phrase>

replace with:

<phrase title="alert_profile_post_insert" global_cache="0" version_id="0" version_string=""><![CDATA[{username} wrote a message on <a {profilePageLinkAttributes}>your profile</a>.]]></phrase>

Delete one "your"
 
Top Bottom