mirror of
https://github.com/nextcloud/server.git
synced 2026-07-13 03:27:55 -04:00
fix(LoginForm): improve login throttle warning wording
Signed-off-by: Mehedi Hasan Janny <26045285+MHJanny@users.noreply.github.com>
This commit is contained in:
parent
ae4619052c
commit
bbda757efe
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ export default {
|
|||
return t('core', 'This account is disabled')
|
||||
}
|
||||
if (this.throttleDelay > 5000) {
|
||||
return t('core', 'Too many incorrect login attempts. Please try again in 30 seconds.')
|
||||
return t('core', 'Too many failed login attempts from your location. Try again in 30 seconds.')
|
||||
}
|
||||
return undefined
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue