]> wagnertech.de Git - mfinanz.git/blobdiff - templates/mail/self_test/status_mail.txt
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / mail / self_test / status_mail.txt
index ac83cce8cb7475d0933918c9ab7ca5d97871d014..b34ce1102a1776b7139d23d0f1fd1e0ed8dcb80a 100644 (file)
@@ -1,7 +1,7 @@
 kivitendo selftest report.
 
 [% IF errors %]
-  General error(s) have occured.
+  General error(s) have occurred.
   [% errors %]
 [% END %]
 
@@ -15,7 +15,7 @@ Result: [% SELF.aggreg.get_status %]
 Full report:
 ------------
 
-[% FOREACH module = SELF.diag_per_module.keys %]
+[% FOREACH module = SELF.diag_per_module.keys.sort %]
 Module: [% module %]
 --------------------