You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Pages: 1
Trying to correct a grammar error on the page ie "complete the information below manage your email subscriptions" should be "complete the information below TO manage your email subscriptions
Offline
It's found in the core.subscriptions ID in the core_forms table in the database. We'll correct it in the next update.
The raw DB command to correct it is:
UPDATE `core_forms` SET `description` = 'Thank you for choosing to manage your email subscriptions. From time to time we need to communicate important information to our visitors. The best way to accomplish this is to send information via email to our email subscribers. Please complete the information below to manage your email subscriptions.' WHERE `core_forms`.`id` = 'core.subscriptions' LIMIT 1
Offline
Thanks for the help and it worked perfect.
Offline
Pages: 1