diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 21:45:51 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 21:45:51 +0100 |
commit | 59dec3834ffd95ca4fae5fe19aeaab6b71f13e92 (patch) | |
tree | a29d60d7e902e8222b44c59e817bf7de1ab71ddc | |
parent | 38931176df4e7f2a70ba5b7875182a902d33f419 (diff) | |
download | nextcloud-server-59dec3834ffd95ca4fae5fe19aeaab6b71f13e92.tar.gz nextcloud-server-59dec3834ffd95ca4fae5fe19aeaab6b71f13e92.zip |
wording fix for Files app empty state
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 82bd7b8c418..764b296819e 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -52,7 +52,7 @@ <div id="emptycontent" class="hidden"> <div class="icon-folder"></div> <h2><?php p($l->t('No files yet')); ?></h2> - <p><?php p($l->t('Upload some content or sync with your devices')); ?></p> + <p><?php p($l->t('Upload some content or sync with your devices!')); ?></p> </div> <table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="36" data-preview-y="36"> |