diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-11-17 12:02:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 12:02:51 +0100 |
commit | c833a4bfec0c03194e0abc1c0463ca27d6c2bd3c (patch) | |
tree | 38792ab4a4a4eff04699ea314bb6aa4044fb6999 /apps/files_external | |
parent | 0a82d2ea3aba7f9f4b25c549f5a83f40dbbb894c (diff) | |
parent | 80e0e339a3eabcded9fa3b3841ca2640b08c4f03 (diff) | |
download | nextcloud-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.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']); ?>" |