diff options
| author | Christian Fowler <spider@viovio.com> | 2010-03-03 21:21:33 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-03-03 21:21:33 +0000 |
| commit | 16a6b09c802394e746e1ca8f286059a5cfebfd65 (patch) | |
| tree | 40308603e609f7406f577e6af240ce5e654b00c9 /templates | |
| parent | f0bd3b1323c6685e201edfe6fecbb8a3db3be38d (diff) | |
| download | newsletters-16a6b09c802394e746e1ca8f286059a5cfebfd65.tar.gz newsletters-16a6b09c802394e746e1ca8f286059a5cfebfd65.tar.bz2 newsletters-16a6b09c802394e746e1ca8f286059a5cfebfd65.zip | |
formhelp typo
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_newsletter.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_newsletter.tpl b/templates/edit_newsletter.tpl index 96afbbd..9393a44 100644 --- a/templates/edit_newsletter.tpl +++ b/templates/edit_newsletter.tpl @@ -66,7 +66,7 @@ {formlabel label="Registration Opt-In" for="registration_optin"} {forminput} <input type="checkbox" name="registration_optin" id="registration_optin" {if $gContent->getPreference('registration_optin') eq 'y'}checked="checked"{/if} value="y"/> - {formhelp note="List this newsletter on the registration page and allow user to joing newsletter."} + {formhelp note="List this newsletter on the registration page and allow user to join newsletter."} {/forminput} </div> |
