Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-06-27 12:53:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-27 13:55:12 +0300
commit532686ab43367ab44e68acebb58e1d0502097c4d (patch)
tree1b96ee0d2dbf839cf1ae508df211011d2c2a6828 /src
parentc66e657a2daba0b2e921f3ac711b53ba7e5d3acd (diff)
Fix typo
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index b5c4764..a02cd63 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -20,7 +20,7 @@
-
-->
<template>
- <div id="bruteforcesettigs" class="section">
+ <div id="bruteforcesettings" class="section">
<h2>{{ t('bruteforcesettings', 'Brute-force IP whitelist') }}</h2>
<p class="settings-hint">{{ t('bruteforcesettings', 'To whitelist IP ranges from the brute-force protection specify them below. Note that any whitelisted IP can perform authentication attempts without any throttling. For security reasons, it is recommended to whitelist as few hosts as possible or ideally even none at all.') }}</p>