summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/src/components/AdminTwoFactor.vue4
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>