From 10de5f219cd7284f7238094f9f9fe09062a1649b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 1 Aug 2018 09:27:36 +0200 Subject: [PATCH] files_external: Add description to settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_external/templates/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php index 0a84bf8b9d..b3900aaf93 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -95,6 +95,7 @@

t('External storages')); ?>

+

t('External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services.')); ?>

'> @@ -189,6 +190,7 @@

t('Global credentials')); ?>

+

t('Global credentials can be used to authenticate with multiple external storages that have the same credentials.')); ?>