From 94531f24d36d98158c3db0147628c0ee5b3df638 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 10 Mar 2018 03:50:12 +0100 Subject: [PATCH] Improve language --- tests/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/index.php b/tests/index.php index 8578030..89f9f06 100644 --- a/tests/index.php +++ b/tests/index.php @@ -245,7 +245,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { return 'email address not verified'; } catch (\Delight\Auth\ResetDisabledException $e) { - return 'password reset disabled'; + return 'password reset is disabled'; } catch (\Delight\Auth\TooManyRequestsException $e) { return 'too many requests'; @@ -264,7 +264,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { return 'token expired'; } catch (\Delight\Auth\ResetDisabledException $e) { - return 'password reset disabled'; + return 'password reset is disabled'; } catch (\Delight\Auth\InvalidPasswordException $e) { return 'invalid password';