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
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-06-30 15:24:51 +0300
committerGitHub <noreply@github.com>2021-06-30 15:24:51 +0300
commitf595889e505c6a6c3ff1aef8e24029d1507491a2 (patch)
tree5b7f9bc8984fabd3baed87d6b586e67c4f7364e2
parentb6fc3ea7ef4e242288f5b400fc5abe1c53ef4bf9 (diff)
parentcf17e9300fe48bca7fd9b44102ae90fa43f6f9ca (diff)
Merge pull request #1643 from nextcloud/backport/1642/stable3.8
[stable3.8] l10n: Correct a typo
-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 1ceaeabe..8d416314 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -195,7 +195,7 @@
<settings-input-text 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>