We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86560b3 commit 9f6455bCopy full SHA for 9f6455b
core/src/components/login/LoginForm.vue
@@ -249,7 +249,7 @@ export default {
249
return t('core', 'This account is disabled')
250
}
251
if (this.throttleDelay > 5000) {
252
- return t('core', 'We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.')
+ return t('core', 'Too many incorrent login attempts. Please try again in 30 seconds.')
253
254
return undefined
255
},
0 commit comments