Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-02-23 05:39:32
- tollady
- Member
- Registered: 2006-12-06
- Posts: 13
How do I edit the modertion message
How to I edit this text?
“Thank you for adding your comment. Your comment is pending moderation. It will appear after it has been approved.”
Thanks.
Offline
Re: How do I edit the modertion message
Run an SQL query (via shell or phpMyAdmin):
UPDATE txp_lang SET data="Your moderation message." WHERE name="comment_moderated";
Offline
Pages: 1