diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/mail/text/html/cat_group_info.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/mail/text/plain/cat_group_info.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/mail/text/html/cat_group_info.tpl b/themes/default/template/mail/text/html/cat_group_info.tpl index a0c703bb0..e8d7d7c10 100644 --- a/themes/default/template/mail/text/html/cat_group_info.tpl +++ b/themes/default/template/mail/text/html/cat_group_info.tpl @@ -2,7 +2,7 @@ <h2>{'Informations'|@translate}</h2> <p>{$IMG_URL}</p> <p>{'Hello,'|@translate}</p> -<p>{'Come to discover the category:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p> +<p>{'Discover album:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p> <p>{$CPL_CONTENT}</p> <p>{'See you soon.'|@translate}</p> </div> diff --git a/themes/default/template/mail/text/plain/cat_group_info.tpl b/themes/default/template/mail/text/plain/cat_group_info.tpl index 59604846e..d3959e1e0 100644 --- a/themes/default/template/mail/text/plain/cat_group_info.tpl +++ b/themes/default/template/mail/text/plain/cat_group_info.tpl @@ -1,6 +1,6 @@ {'Hello,'|@translate} -{'Come to discover the category:'|@translate} {$CAT_NAME} +{'Discover album:'|@translate} {$CAT_NAME} {$LINK} {$CPL_CONTENT} |