aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-15 23:02:14 -0700
committerfriendica <info@friendica.com>2013-05-15 23:02:14 -0700
commit92c5db0892e7be9fa3d6b1ac4c9d19e92e74b99f (patch)
treeaeb95a3ee1adf9eca54acf012ad5d1054f1fe37b /view/en
parent20d5985c0a6f01ea01f06c95e7395b7b65d706d9 (diff)
downloadvolse-hubzilla-92c5db0892e7be9fa3d6b1ac4c9d19e92e74b99f.tar.gz
volse-hubzilla-92c5db0892e7be9fa3d6b1ac4c9d19e92e74b99f.tar.bz2
volse-hubzilla-92c5db0892e7be9fa3d6b1ac4c9d19e92e74b99f.zip
update email template to smarty (several more to go)
Diffstat (limited to 'view/en')
-rw-r--r--view/en/register_open_eml.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/en/register_open_eml.tpl b/view/en/register_open_eml.tpl
index 4191f803b..4b397201c 100644
--- a/view/en/register_open_eml.tpl
+++ b/view/en/register_open_eml.tpl
@@ -1,9 +1,9 @@
-An account has been created at $[sitename] for this email address.
+An account has been created at {{$sitename}} for this email address.
The login details are as follows:
-Site Location: $[siteurl]
-Login: $[email]
+Site Location: {{$siteurl}}
+Login: {{$email}}
Password: (the password which was provided during registration)
If this account was created without your knowledge and is not desired, you may
@@ -11,9 +11,9 @@ visit this site and reset the password. This will allow you to remove the
account from the links on the Settings page, and we
apologise for any inconvenience.
-Thank you and welcome to $[sitename].
+Thank you and welcome to {{$sitename}}.
Sincerely,
- $[sitename] Administrator
+ {{$sitename}} Administrator