Skip to content

Commit 75bed85

Browse files
authored
Merge pull request #57176 from nextcloud/himehatsumi/master
[local] fix(login): Improve wording for login throttle warning
2 parents 154f359 + 637392c commit 75bed85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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', 'We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.')
252+
return t('core', 'Too many incorrect login attempts. Please try again in 30 seconds.')
253253
}
254254
return undefined
255255
},

dist/core-login.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-login.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)