[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: typo
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: typo |
Date: |
Wed, 11 Nov 2015 09:10:10 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit d3ece86653c782a3c061ee730600aeec9a4e3e5d
Author: Dany De Bontridder <address@hidden>
Date: Wed Nov 11 10:03:33 2015 +0100
typo
---
html/install.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/html/install.php b/html/install.php
index b6da09a..f7bba3b 100644
--- a/html/install.php
+++ b/html/install.php
@@ -276,7 +276,7 @@ if (isset($_POST['save_config'])) {
} else {
echo '<h2 class="warning">';
echo _('Impossible de se connecter à Postgresql, vérifiez les
informations de connection');
- echo '</h1>';
+ echo '</h2>';
}
}