aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-01-20 15:50:37 +0100
committerGitHub <noreply@github.com>2022-01-20 15:50:37 +0100
commit31af141879d46dfaf2bcbaa32c78433084645dee (patch)
treee08667a612ffc1f255edb054b3e1c7866d5ef48a /apps
parentde9fe8fcc101106f1ac3d6113616c10f89c1601e (diff)
parent0fb15e30a8c83f4f97c432105ad42348faaefe72 (diff)
downloadnextcloud-server-31af141879d46dfaf2bcbaa32c78433084645dee.tar.gz
nextcloud-server-31af141879d46dfaf2bcbaa32c78433084645dee.zip
Merge pull request #29846 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/src/components/AuthToken.vue2
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>