Skip to content

Commit db5325f

Browse files
kesselbnpmbuildbot[bot]
authored andcommitted
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>
1 parent 8812161 commit db5325f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/settings/js/vue-settings-admin-security.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/js/vue-settings-admin-security.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/src/components/AdminTwoFactor.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<p class="settings-hint">
4-
{{ 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.') }}
4+
{{ 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.') }}
55
</p>
66
<p v-if="loading">
77
<span class="icon-loading-small two-factor-loading" />
@@ -18,7 +18,7 @@
1818
<h3>{{ t('settings', 'Limit to groups') }}</h3>
1919
{{ t('settings', 'Enforcement of two-factor authentication can be set for certain groups only.') }}
2020
<p>
21-
{{ t('settings', 'Two-factor authentication is enforced for all members of the following groups.') }}
21+
{{ t('settings', 'Two-factor authentication is enforced for all members of the following groups.') }}
2222
</p>
2323
<p>
2424
<Multiselect v-model="enforcedGroups"
@@ -33,7 +33,7 @@
3333
@search-change="searchGroup" />
3434
</p>
3535
<p>
36-
{{ t('settings', 'Two-factor authentication is not enforced for members of the following groups.') }}
36+
{{ t('settings', 'Two-factor authentication is not enforced for members of the following groups.') }}
3737
</p>
3838
<p>
3939
<Multiselect v-model="excludedGroups"

0 commit comments

Comments
 (0)