diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-02-22 18:29:40 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-02-23 12:02:03 +0100 |
commit | 49c408796edade3a3221dac1b971268ffdad491a (patch) | |
tree | adeae0af4f141a300185bc3a20a4b437eca6c7a7 /apps/settings/src | |
parent | 14a280671c70fd5237464040b944ac0758bbe011 (diff) | |
download | nextcloud-server-49c408796edade3a3221dac1b971268ffdad491a.tar.gz nextcloud-server-49c408796edade3a3221dac1b971268ffdad491a.zip |
Replace tab character with space
Otherwise the translation is missing. Also I don't see the reason for the tab character.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/components/AdminTwoFactor.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/src/components/AdminTwoFactor.vue b/apps/settings/src/components/AdminTwoFactor.vue index 04764dc6359..3470ebfc2f8 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" |