diff --git a/app/Language/en-GB/Login.php b/app/Language/en-GB/Login.php index b5d6ddff4..73c85fb42 100644 --- a/app/Language/en-GB/Login.php +++ b/app/Language/en-GB/Login.php @@ -1,15 +1,16 @@ "I'm not a robot.", - "go" => "Go", - "invalid_gcaptcha" => "Please verify that you are not a robot.", - "invalid_installation" => "The installation is not correct, check your php.ini file.", - "invalid_username_and_password" => "Invalid username and/or password.", - "login" => "Login", - "logout" => "Logout", - "migration_needed" => "A database migration to {0} will start after login.", - "password" => "Password", - "required_username" => "", - "username" => "Username", - "welcome" => "Welcome to {0}!", + 'gcaptcha' => "I'm not a robot.", + 'go' => "Go", + 'invalid_gcaptcha' => "Please verify that you are not a robot.", + 'invalid_installation' => "The installation is not correct, check your php.ini file.", + 'invalid_username_and_password' => "Invalid username and/or password.", + 'login' => "Login", + 'logout' => "Logout", + 'migration_needed' => "A database migration to {0} will start after login.", + 'password' => "Password", + 'required_username' => "The username field is required.", + 'username' => "Username", + 'welcome' => "Welcome to {0}!", ];