From c3eaf411e8b4308d13210a066ae85fa1db376b1c Mon Sep 17 00:00:00 2001 From: tnylea Date: Fri, 25 Oct 2024 19:16:50 +0000 Subject: [PATCH] Fixes coding style --- config/devdojo/auth/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/devdojo/auth/language.php b/config/devdojo/auth/language.php index d49616b..a20efaf 100644 --- a/config/devdojo/auth/language.php +++ b/config/devdojo/auth/language.php @@ -19,7 +19,7 @@ 'sign_up' => 'Sign up', 'social_auth_authenticated_message' => 'You have been authenticated via __social_providers_list__. Please login to that network below.', 'change_email' => 'Change Email', - 'couldnt_find_your_account' => "Couldn’t find your account", + 'couldnt_find_your_account' => 'Couldn’t find your account', ], 'register' => [ 'page_title' => 'Sign up',