summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-11-23 08:20:58 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-01-20 09:56:30 +0000
commit0fb15e30a8c83f4f97c432105ad42348faaefe72 (patch)
treeec968075ba5270dcc6c01a5519482af4fa5a1ed1 /apps/settings
parent7c6f41ba7faade62b1a85d131380c3b84369de96 (diff)
downloadnextcloud-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.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>