From e09fd331eb1ae80991167c4904e1297310c78363 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Thu, 26 Mar 2015 23:22:26 +0100 Subject: [PATCH] adjust emptycontent messages for files and files_external --- apps/files/templates/list.php | 2 +- apps/files_external/templates/list.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 47f15d8a14..02137c7e44 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -53,7 +53,7 @@ <div id="emptycontent" class="hidden"> <div class="icon-folder"></div> - <h2><?php p($l->t('No files yet')); ?></h2> + <h2><?php p($l->t('No files in here')); ?></h2> <p><?php p($l->t('Upload some content or sync with your devices!')); ?></p> </div> diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index 8358cc1bc3..750bf1dae1 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"> -- GitLab