Skip to content

Commit 656f8db

Browse files
authored
Fix typo
1 parent 9f6455b commit 656f8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/login/LoginForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export default {
249249
return t('core', 'This account is disabled')
250250
}
251251
if (this.throttleDelay > 5000) {
252-
return t('core', 'Too many incorrent login attempts. Please try again in 30 seconds.')
252+
return t('core', 'Too many incorrect login attempts. Please try again in 30 seconds.')
253253
}
254254
return undefined
255255
},

0 commit comments

Comments
 (0)