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 9f6455b commit 656f8dbCopy full SHA for 656f8db
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', 'Too many incorrent login attempts. Please try again in 30 seconds.')
+ return t('core', 'Too many incorrect login attempts. Please try again in 30 seconds.')
253
254
return undefined
255
},
0 commit comments