From 0b6758a60e5bfd483f2ae351ad2efb0c3050faff Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Thu, 20 May 2021 09:40:49 +0200 Subject: l10n: Correct a typo Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: npmbuildbot-nextcloud[bot] --- src/components/Encryption.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/Encryption.vue b/src/components/Encryption.vue index cfb045d..9e443ad 100644 --- a/src/components/Encryption.vue +++ b/src/components/Encryption.vue @@ -93,13 +93,13 @@ export default { addLabel(this.$t('privacy', 'Your files on external storages may be encrypted using {linkopen}server-side-encryption ↗{linkclose} with a master key based on their configuration.')) } else { addLabel(this.$t('privacy', 'Your home storage is encrypted using {linkopen}server-side-encryption ↗{linkclose} with an individual user key.')) - addLabel(this.$t('privacy', 'Your files on external storages may be encrypted using {linkopen}server-side-encryption ↗{linkclose} with an invididual key based on their configuration.')) + addLabel(this.$t('privacy', 'Your files on external storages may be encrypted using {linkopen}server-side-encryption ↗{linkclose} with an individual key based on their configuration.')) } } else { if (this.masterKeyEncryptionEnabled) { addLabel(this.$t('privacy', 'Your files on external storages may be encrypted using {linkopen}server-side-encryption ↗{linkclose} with a master key based on their configuration.')) } else { - addLabel(this.$t('privacy', 'Your files on external storages may be encrypted using {linkopen}server-side-encryption ↗{linkclose} with an invididual key based on their configuration.')) + addLabel(this.$t('privacy', 'Your files on external storages may be encrypted using {linkopen}server-side-encryption ↗{linkclose} with an individual key based on their configuration.')) } } } -- cgit v1.2.3