Completed
Push — master ( 6f6645...232f3c )
by Andrea Marco
02:21
created
resources/lang/nl/register.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'success' => 'Bedankt, u bent succesvol geregistreerd!',
5
+    'success' => 'Bedankt, u bent succesvol geregistreerd!',
6 6
 
7
-	'email_subject' => 'Bedankt voor uw registratie!',
7
+    'email_subject' => 'Bedankt voor uw registratie!',
8 8
 
9 9
 ];
Please login to merge, or discard this patch.
resources/lang/nl/reset.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'error' => 'Het is niet mogelijk om uw wachtwoord te resetten, de reset token is niet geldig.',
5
+    'error' => 'Het is niet mogelijk om uw wachtwoord te resetten, de reset token is niet geldig.',
6 6
 
7
-	'success' => 'Uw wachtwoordt is succesvol gereset. U kunt nu inloggen.',
7
+    'success' => 'Uw wachtwoordt is succesvol gereset. U kunt nu inloggen.',
8 8
 
9 9
 ];
Please login to merge, or discard this patch.
resources/lang/nl/recover.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'success' => 'Een e-mail om uw wachtwoord te resetten is verzonden, controleer a.u.b uw inbox.',
5
+    'success' => 'Een e-mail om uw wachtwoord te resetten is verzonden, controleer a.u.b uw inbox.',
6 6
 
7
-	'email_subject' => 'Reset uw wachtwoord',
7
+    'email_subject' => 'Reset uw wachtwoord',
8 8
 
9 9
 ];
Please login to merge, or discard this patch.
resources/lang/nl/login.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'error' => 'Het is niet mogeijk om in te loggen. Controleer de inloggevens.',
5
+    'error' => 'Het is niet mogeijk om in te loggen. Controleer de inloggevens.',
6 6
 
7 7
 ];
Please login to merge, or discard this patch.
resources/lang/en/throttling.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'error' => 'Too many login attempts. Please try again in :seconds seconds.',
5
+    'error' => 'Too many login attempts. Please try again in :seconds seconds.',
6 6
 
7 7
 ];
Please login to merge, or discard this patch.
resources/lang/en/honeypot.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'error' => 'Suspicious activity has been detected.',
5
+    'error' => 'Suspicious activity has been detected.',
6 6
 
7 7
 ];
Please login to merge, or discard this patch.
resources/lang/en/register.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'success' => 'Thank you, your registration has been successful!',
5
+    'success' => 'Thank you, your registration has been successful!',
6 6
 
7
-	'email_subject' => 'Thank you for registering!',
7
+    'email_subject' => 'Thank you for registering!',
8 8
 
9 9
 ];
Please login to merge, or discard this patch.
resources/lang/en/reset.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'error' => 'Unable to reset the password, the reset token is not valid.',
5
+    'error' => 'Unable to reset the password, the reset token is not valid.',
6 6
 
7
-	'success' => 'The password has been reset successfully! Now you can log in.',
7
+    'success' => 'The password has been reset successfully! Now you can log in.',
8 8
 
9 9
 ];
Please login to merge, or discard this patch.
resources/lang/en/recover.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'success' => 'An eMail to reset your password has been sent, please check your inbox.',
5
+    'success' => 'An eMail to reset your password has been sent, please check your inbox.',
6 6
 
7
-	'email_subject' => 'Reset of the password',
7
+    'email_subject' => 'Reset of the password',
8 8
 
9 9
 ];
Please login to merge, or discard this patch.