summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-26 23:22:26 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-26 23:22:26 +0100
commite09fd331eb1ae80991167c4904e1297310c78363 (patch)
tree62ac2c3bea7e1573499be4e8dda88ad38d798f6d /apps/files_external/templates
parent746be98e0387ea138c4413fb89ad7e9ee87ce7aa (diff)
downloadnextcloud-server-e09fd331eb1ae80991167c4904e1297310c78363.tar.gz
nextcloud-server-e09fd331eb1ae80991167c4904e1297310c78363.zip
adjust emptycontent messages for files and files_external
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php
index 8358cc1bc3f..750bf1dae18 100644
--- a/apps/files_external/templates/list.php
+++ b/apps/files_external/templates/list.php
@@ -7,7 +7,7 @@
<div id="emptycontent" class="hidden">
<div class="icon-external"></div>
<h2><?php p($l->t('No external storage configured')); ?></h2>
- <p><?php p($l->t('You can configure external storages in the personal settings')); ?></p>
+ <p><?php p($l->t('You can add external storages in the personal settings')); ?></p>
</div>
<input type="hidden" name="dir" value="" id="dir">