Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-30 10:55:02 +0300
committerGitHub <noreply@github.com>2021-06-30 10:55:02 +0300
commit4681c1211183571cc68c9d6978433106e81c2da8 (patch)
tree73c3b970eb28e8cad17d0cc617e4c731b0ca716d /src
parent86645f03849714e16a89adca5d11ae3096db9595 (diff)
l10n: Correct a typo
Reported by the translator at Transifex.
Diffstat (limited to 'src')
-rw-r--r--src/components/AdminSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index aa170000..51e40bd2 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -261,7 +261,7 @@
<SettingsInputText v-model="settings.wopi_allowlist"
label="Allow list for WOPI requests"
- :hint="t('richdocuments', 'List of IPV4 and IPV6 IP-addresses and subnets that are allowed to perform requests ot the WOPI endpoints. If no allow list is specified all hosts will be allowed. E.g. 10.0.0.20,10.0.4.0/24')"
+ :hint="t('richdocuments', 'List of IPV4 and IPV6 IP-addresses and subnets that are allowed to perform requests of the WOPI endpoints. If no allow list is specified all hosts will be allowed. E.g. 10.0.0.20,10.0.4.0/24')"
:disabled="updating"
@update="updateWopiAllowlist" />
</div>