diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-08 11:19:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-08 11:19:42 +0100 |
commit | 4b4cac63fd4597b5c3090377196c8ad970900b21 (patch) | |
tree | a13eb1e5b569e6ac023000a8acb78d9f016f5209 /view/nb/update_fail_eml.tpl | |
parent | 21b60bf119a3d070e385c1011f4c3ccb9951f23c (diff) | |
parent | 17183cc5dcbc5eb825d353d9f24fa74b2e4c6cdd (diff) | |
download | volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.tar.gz volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.tar.bz2 volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.zip |
Merge branch 'dev' into containers
Diffstat (limited to 'view/nb/update_fail_eml.tpl')
-rw-r--r-- | view/nb/update_fail_eml.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/nb/update_fail_eml.tpl b/view/nb/update_fail_eml.tpl new file mode 100644 index 000000000..61f44b1e6 --- /dev/null +++ b/view/nb/update_fail_eml.tpl @@ -0,0 +1,13 @@ +Hey,
+I'm the web server at {{$sitename}};
+
+The Hubzilla developers released update {{$update}} recently,
+but when I tried to install it, something went terribly wrong.
+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}}'.
+
+Apologies for the inconvenience,
+ your web server at {{$siteurl}}
\ No newline at end of file |