Kryptronic Software Support Forum

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.

#1 07-25-2009 14:25:35

ohsnyder
Member
Registered: 07-05-2009
Posts: 24

Cannot find a way to change wording on the Email Subscription Page

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

 

#2 07-25-2009 18:55:03

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Cannot find a way to change wording on the Email Subscription Page

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:

Code:

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

 

#3 07-26-2009 06:56:07

ohsnyder
Member
Registered: 07-05-2009
Posts: 24

Re: Cannot find a way to change wording on the Email Subscription Page

Thanks for the help and it worked perfect.

Offline

 

Board footer