summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-11-16 18:13:05 +0100
committerGitHub <noreply@github.com>2021-11-16 18:13:05 +0100
commit80e0e339a3eabcded9fa3b3841ca2640b08c4f03 (patch)
tree9eea1977d0bcb26eff88f1fc12701b95fa6b092c /apps/files_external/templates
parent6ea81dd2cbfb8a9013895d07fb4df17b8df27348 (diff)
downloadnextcloud-server-80e0e339a3eabcded9fa3b3841ca2640b08c4f03.tar.gz
nextcloud-server-80e0e339a3eabcded9fa3b3841ca2640b08c4f03.zip
Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/files_external/templates')
-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']); ?>"