diff options
author | friendica <info@friendica.com> | 2013-05-16 01:54:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-16 01:54:57 -0700 |
commit | 3f86f44df52d9aaeb59aca1fb7576f11f3053278 (patch) | |
tree | f837d9a185001d8ebe4783caa7feaf9a4c8119c6 /view/en/update_fail_eml.tpl | |
parent | fe8632ab9d50bbd921a756f4d8c796f9e2e261d1 (diff) | |
download | volse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.tar.gz volse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.tar.bz2 volse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.zip |
convert all the remaining email templates to smarty
Diffstat (limited to 'view/en/update_fail_eml.tpl')
-rw-r--r-- | view/en/update_fail_eml.tpl | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/view/en/update_fail_eml.tpl b/view/en/update_fail_eml.tpl index 548e1a0df..a7df8fc2f 100644 --- a/view/en/update_fail_eml.tpl +++ b/view/en/update_fail_eml.tpl @@ -1,11 +1,13 @@ Hey,
-I'm $sitename;
-The friendica developers released update $update recently,
+I'm the web server at {{$sitename}};
+
+The Red Matrix developers released update {{$update}} recently,
but when I tried to install it, something went terribly wrong.
-This needs to be fixed soon and I can't do it alone. Please contact a
-friendica developer if you can not help me on your own. My database might be invalid.
+This needs to be fixed soon and it requires human intervention.
+Please contact a Red developer if you can not figure out how to
+fix it on your own. My database might be invalid.
-The error message is '$error'.
+The error message is '{{$error}}'.
-I'm sorry,
-your friendica server at $siteurl
\ No newline at end of file +Apologies for the inconvenience,
+ your web server at {{$siteurl}}
\ No newline at end of file |