Passed
Push — development ( 3aeb6f...5e114c )
by Nils
04:54
created
includes/language/dutch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'E-mail Google Authenticatie naar gebruiker',
18 18
     'send_ga_code' => 'Stel Google Authenticatie in en stuur e-mail',
19 19
     'error_no_email' => 'Gebruiker heeft geen e-mailadres ingesteld',
Please login to merge, or discard this patch.
includes/language/german.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Google-Authenticator per E-Mail an Benutzer senden',
18 18
     'send_ga_code' => 'Google Authenticator Code aktivieren und per Mail verschicken.',
19 19
     'error_no_email' => 'Für diesen Nutzer wurde keine E-Mail-Adresse festgelegt.',
Please login to merge, or discard this patch.