diff --git a/core/class/helper.class.php b/core/class/helper.class.php index 198e8bf6..75943bc5 100644 --- a/core/class/helper.class.php +++ b/core/class/helper.class.php @@ -29,8 +29,7 @@ class helper //helper::googleTranslate('fr_FR', 'fr_FR', $text); - $r = array_key_exists($text, core::$dialog) && !empty(core::$dialog[$text]) ? core::$dialog[$text] : $text; - return $r; + return (array_key_exists($text, core::$dialog) && !empty(core::$dialog[$text]) ? core::$dialog[$text] : $text); } /** diff --git a/core/module/config/view/connect/connect.php b/core/module/config/view/connect/connect.php index b3582006..1fc17096 100644 --- a/core/module/config/view/connect/connect.php +++ b/core/module/config/view/connect/connect.php @@ -3,11 +3,11 @@

- +

@@ -44,7 +44,7 @@ ]); ?>
-