diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:09 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:09 +0000 |
| commit | 7e23b44ed54a87e05c6ebe59d378c3ce23e20c12 (patch) | |
| tree | e885e227abd684bfb91c73e461b24975a508cc57 /templates | |
| parent | dd5e5df034969aabda4f9962cd8947833b1382df (diff) | |
| download | newsletters-CVS_HEAD.tar.gz newsletters-CVS_HEAD.tar.bz2 newsletters-CVS_HEAD.zip | |
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriateCVS_HEAD
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/user_subscriptions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_subscriptions.tpl b/templates/user_subscriptions.tpl index b1c75ae..c7b5926 100644 --- a/templates/user_subscriptions.tpl +++ b/templates/user_subscriptions.tpl @@ -15,7 +15,7 @@ <em> {formlabel label="In Response To"} {forminput} - {tr}{$subInfo.content_description}{/tr}: {$subInfo.title|escape} + {tr}{$subInfo.content_name}{/tr}: {$subInfo.title|escape} {/forminput} </em> </div> |
