summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-01 09:27:36 +0200
committerJulius Härtl <jus@bitgrid.net>2018-08-01 09:41:09 +0200
commit10de5f219cd7284f7238094f9f9fe09062a1649b (patch)
tree31fea224ae2d21b625e6431ff0b34c78891ee526
parent635575f271d2c481cbe0da9fa4b4d7d3179c024b (diff)
downloadnextcloud-server-10de5f219cd7284f7238094f9f9fe09062a1649b.tar.gz
nextcloud-server-10de5f219cd7284f7238094f9f9fe09062a1649b.zip
files_external: Add description to settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--apps/files_external/templates/settings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 0a84bf8b9df..b3900aaf93d 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -95,6 +95,7 @@
<form data-can-create="<?php echo $canCreateMounts?'true':'false' ?>" id="files_external" class="section" data-encryption-enabled="<?php echo $_['encryptionEnabled']?'true': 'false'; ?>">
<h2 data-anchor-name="external-storage"><?php p($l->t('External storages')); ?></h2>
+ <p class="settings-hint"><?php p($l->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.')); ?></p>
<?php if (isset($_['dependencies']) and ($_['dependencies'] !== '') and $canCreateMounts) print_unescaped(''.$_['dependencies'].''); ?>
<table id="externalStorage" class="grid" data-admin='<?php print_unescaped(json_encode($_['visibilityType'] === BackendService::VISIBILITY_ADMIN)); ?>'>
<thead>
@@ -189,6 +190,7 @@
<form autocomplete="false" action="#"
id="global_credentials">
<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 storages that have the same credentials.')); ?></p>
<input type="text" name="username"
autocomplete="false"
value="<?php p($_['globalCredentials']['user']); ?>"