diff options
author | Marius Blüm <marius@lineone.io> | 2018-11-05 00:19:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 00:19:18 +0100 |
commit | bf5ad5bd6b16b1e42c95f088e962be35c3c865ac (patch) | |
tree | 979cfb12aa9827c8731c4aaf2e260215463a985c | |
parent | 72b7c9ffa00553f3c1439e824e439da8412ebfe9 (diff) | |
download | nextcloud-server-bf5ad5bd6b16b1e42c95f088e962be35c3c865ac.tar.gz nextcloud-server-bf5ad5bd6b16b1e42c95f088e962be35c3c865ac.zip |
Add class "settings-hint" to 2FA-text
Signed-off-by: Marius Blüm <marius@lineone.io
-rw-r--r-- | settings/src/components/AdminTwoFactor.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/src/components/AdminTwoFactor.vue b/settings/src/components/AdminTwoFactor.vue index e12ceb31533..1e0f3403ba0 100644 --- a/settings/src/components/AdminTwoFactor.vue +++ b/settings/src/components/AdminTwoFactor.vue @@ -1,6 +1,6 @@ <template> <div> - <p> + <p class="settings-hint"> {{ t('settings', 'Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.') }} </p> <p v-if="loading"> @@ -137,4 +137,4 @@ margin-left: -2px; margin-right: 1px; } -</style>
\ No newline at end of file +</style> |