Fix install.php
Fix of missing translation of error messages during installation.
This commit is contained in:
parent
ce685e5f86
commit
e4569677c4
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>' . $error . '</th>
|
<th>' . $L->get( $error ) . '</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue