aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-11-17 12:02:51 +0100
committerGitHub <noreply@github.com>2021-11-17 12:02:51 +0100
commitc833a4bfec0c03194e0abc1c0463ca27d6c2bd3c (patch)
tree38792ab4a4a4eff04699ea314bb6aa4044fb6999 /apps/files_external
parent0a82d2ea3aba7f9f4b25c549f5a83f40dbbb894c (diff)
parent80e0e339a3eabcded9fa3b3841ca2640b08c4f03 (diff)
downloadnextcloud-server-c833a4bfec0c03194e0abc1c0463ca27d6c2bd3c.tar.gz
nextcloud-server-c833a4bfec0c03194e0abc1c0463ca27d6c2bd3c.zip
Merge pull request #29734 from nextcloud/rakekniven-patch-2
Fixed grammar
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index a9bf5bd3af0..f63cab07560 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -207,7 +207,7 @@ $canCreateMounts = $_['visibilityType'] === BackendService::VISIBILITY_ADMIN ||
<form autocomplete="false" action="#"
id="global_credentials" method="post">
<h2><?php p($l->t('Global credentials')); ?></h2>
- <p class="settings-hint"><?php p($l->t('Global credentials can be used to authenticate with multiple external storage that have the same credentials.')); ?></p>
+ <p class="settings-hint"><?php p($l->t('Global credentials can be used to authenticate with multiple external storages that have the same credentials.')); ?></p>
<input type="text" name="username"
autocomplete="false"
value="<?php p($_['globalCredentials']['user']); ?>"