Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2019-07-23 14:56:18 +0300
committerGitHub <noreply@github.com>2019-07-23 14:56:18 +0300
commit827e0f08e957dbe018125176da838668f3571c2d (patch)
tree203fa7953033bdb4fa3c6e357554299880893dc6
parent4c3665ba5a0f1cc965624efafe5c474acc740054 (diff)
fix typo
-rw-r--r--plugins/Login/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/lang/en.json b/plugins/Login/lang/en.json
index 939941328e..d13dffbca8 100644
--- a/plugins/Login/lang/en.json
+++ b/plugins/Login/lang/en.json
@@ -36,7 +36,7 @@
"PasswordChanged": "Your password has been changed.",
"PasswordRepeat": "Password (repeat)",
"PasswordsDoNotMatch": "Passwords do not match.",
- "PasswordResetAlreadySent": "You have requested too many password resets shortly. A new request can be made in one hour. If you have problems resetting your password, please contact you administrator for help.",
+ "PasswordResetAlreadySent": "You have requested too many password resets recently. A new request can be made in one hour. If you have problems resetting your password, please contact your administrator for help.",
"WrongPasswordEntered": "Please enter your correct password.",
"ConfirmPasswordToContinue": "Confirm your password to continue",
"PluginDescription": "Provides authentication via username and password as well as password reset functionality. Authentication method can be changed by using another Login plugin such as LoginLdap available on the Marketplace.",