Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / dbupgrade / error.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 <p>[% LxERP.t8('The database update/creation did not succeed. The file #1 contained the following error:', file) | html %]
5  <br>
6  [% error %]
7  <br>
8  [% 'All changes in that file have been reverted.' | $T8 %]
9 </p>