From 2f696ddd6e45baa68ff73a2a2703f1ddf5b34a97 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Thu, 21 Sep 2017 01:30:03 -0400 Subject: [PATCH] Have the auth notice only take up one line (#631) --- resources/lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index cc2d737c9..ebaee6243 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -3,7 +3,7 @@ return [ 'not_authorized' => 'You are not authorized to perform this action.', 'auth_error' => 'There was an error while attempting to login.', - 'authentication_required' => 'Authentication is required in order to continue.', + 'authentication_required' => 'Authentication is required to continue.', 'remember_me' => 'Remember Me', 'sign_in' => 'Sign In', 'forgot_password' => 'I\'ve forgotten my password!',