From e4569677c4c604605444b51687c749e57cd225fc Mon Sep 17 00:00:00 2001 From: Elix <109692427+Elixcz@users.noreply.github.com> Date: Mon, 26 Sep 2022 19:38:31 +0200 Subject: [PATCH] Fix install.php Fix of missing translation of error messages during installation. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index fa66707c..5eaae3f5 100644 --- a/install.php +++ b/install.php @@ -724,7 +724,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
' . $error . ' | +' . $L->get( $error ) . ' |
---|