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:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-07-22 10:36:59 +0300
committerGitHub <noreply@github.com>2021-07-22 10:36:59 +0300
commit90c4bb5becfa5361759a74ed42310116ad3b624d (patch)
tree3b08f7fc8a7dabc2607946c15f3aa8631c929c51
parentced64b4de6cff7e5100dd22b7eb16ed2e78c82b3 (diff)
parentd242415a059b1e6fa10e5c62dd2e228a2cd73775 (diff)
Merge pull request #1674 from nextcloud/Valdnet-patch-1
l10n: Change to uppercase
-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 51e40bd2..62a17582 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -130,7 +130,7 @@
{{ t('richdocuments', 'it is a local setup (localhost)') }}
</li>
<li v-if="hostErrors[1]">
- {{ t('richdocuments', 'it uses an insecure protocol (http)') }}
+ {{ t('richdocuments', 'it uses an insecure protocol (HTTP)') }}
</li>
<li v-if="hostErrors[2]">
{{ t('richdocuments', 'it is unreachable from the Internet (possibly because of a firewall, or lack of port forwarding)') }}