diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-11-23 08:20:58 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-01-20 09:56:30 +0000 |
commit | 0fb15e30a8c83f4f97c432105ad42348faaefe72 (patch) | |
tree | ec968075ba5270dcc6c01a5519482af4fa5a1ed1 /apps/settings | |
parent | 7c6f41ba7faade62b1a85d131380c3b84369de96 (diff) | |
download | nextcloud-server-0fb15e30a8c83f4f97c432105ad42348faaefe72.tar.gz nextcloud-server-0fb15e30a8c83f4f97c432105ad42348faaefe72.zip |
l10n: Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/src/components/AuthToken.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AuthToken.vue b/apps/settings/src/components/AuthToken.vue index ce9d59936b9..e599be9c671 100644 --- a/apps/settings/src/components/AuthToken.vue +++ b/apps/settings/src/components/AuthToken.vue @@ -76,7 +76,7 @@ icon="icon-delete" :title="t('settings', 'Revoke')" @click.stop.prevent="revoke"> - {{ t('settings', 'Revoking this token might prevent the wiping of your device if it hasn\'t started the wipe yet.') }} + {{ t('settings', 'Revoking this token might prevent the wiping of your device if it has not started the wipe yet.') }} </ActionButton> </template> </Actions> |