diff --git a/apps/settings/js/vue-settings-admin-security.js b/apps/settings/js/vue-settings-admin-security.js index afc08407ba0be2149f41853bbf634738fd9ff668..f44013222ae8a0039897ca678c3ae71072769f0e 100644 Binary files a/apps/settings/js/vue-settings-admin-security.js and b/apps/settings/js/vue-settings-admin-security.js differ diff --git a/apps/settings/js/vue-settings-admin-security.js.map b/apps/settings/js/vue-settings-admin-security.js.map index 31e8bbeb8d63b1196bda6914077281d43a5a3722..9606e53535436a33bb0a2d13201ff9982f95c2be 100644 Binary files a/apps/settings/js/vue-settings-admin-security.js.map and b/apps/settings/js/vue-settings-admin-security.js.map differ diff --git a/apps/settings/src/components/AdminTwoFactor.vue b/apps/settings/src/components/AdminTwoFactor.vue index 04764dc63599651a7b7c100dff9236a583c5067f..3470ebfc2f88658d455f5528258c930e0c4b44d9 100644 --- a/apps/settings/src/components/AdminTwoFactor.vue +++ b/apps/settings/src/components/AdminTwoFactor.vue @@ -1,7 +1,7 @@ <template> <div> <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.') }} + {{ 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"> <span class="icon-loading-small two-factor-loading" /> @@ -18,7 +18,7 @@ <h3>{{ t('settings', 'Limit to groups') }}</h3> {{ t('settings', 'Enforcement of two-factor authentication can be set for certain groups only.') }} <p> - {{ t('settings', 'Two-factor authentication is enforced for all members of the following groups.') }} + {{ t('settings', 'Two-factor authentication is enforced for all members of the following groups.') }} </p> <p> <Multiselect v-model="enforcedGroups" @@ -33,7 +33,7 @@ @search-change="searchGroup" /> </p> <p> - {{ t('settings', 'Two-factor authentication is not enforced for members of the following groups.') }} + {{ t('settings', 'Two-factor authentication is not enforced for members of the following groups.') }} </p> <p> <Multiselect v-model="excludedGroups"