diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2021-11-16 18:13:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 18:13:05 +0100 |
commit | 80e0e339a3eabcded9fa3b3841ca2640b08c4f03 (patch) | |
tree | 9eea1977d0bcb26eff88f1fc12701b95fa6b092c /apps/files_external/templates | |
parent | 6ea81dd2cbfb8a9013895d07fb4df17b8df27348 (diff) | |
download | nextcloud-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.php | 2 |
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']); ?>" |