Fix install.php

Fix of missing translation of error messages during installation.
This commit is contained in:
Elix 2022-09-26 19:38:31 +02:00 committed by GitHub
parent ce685e5f86
commit e4569677c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -724,7 +724,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<table class="table">
<tbody>
<tr>
<th>' . $error . '</th>
<th>' . $L->get( $error ) . '</th>
</tr>
</tbody>
</table>