diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-15 21:44:03 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-15 21:44:03 +0100 |
commit | a607d737c67d10bfd79b96345f2e9a400b1f600c (patch) | |
tree | b15ee858386064ff859c1a426509d7070fc8bbd0 /core/templates | |
parent | b1d808470058f655fde6f29d04b542574a7a3e38 (diff) | |
download | nextcloud-server-a607d737c67d10bfd79b96345f2e9a400b1f600c.tar.gz nextcloud-server-a607d737c67d10bfd79b96345f2e9a400b1f600c.zip |
Fix wording
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index 3452622907e..82594481d87 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -64,7 +64,7 @@ script('core', 'merged-login'); <?php if ($_['throttle_delay'] > 5000) { ?> <p class="warning throttledMsg"> - <?php p($l->t('We have detected multiple invalid login attempts from your ip. Because of this we throttle your connection. Login can take up to 30 seconds.')); ?> + <?php p($l->t('We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.')); ?> </p> <?php } ?> |