So I'm bumbling about with phpMyAdmin, and trying to change something in the phrases table, from:
PHP Code:
Welcome to our newest member, <a href="{1}">{2}</a>
To:
PHP Code:
The Flat 6 community says welcome to <a href="{1}">{2}</a>, our newest member.
I changed it alright in the table, but it doesn't want to change when the actual page is being displayed. What's going on here, caching, or am I looking in the wrong place, or...