summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-20 23:46:01 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-20 23:46:01 +0300
commitcbb42aae116e0ce88f0180e7720234bc0c3e7e06 (patch)
treeaaa8475075b2e944b392e3c9e8930dac9a402def /apps/files/templates/index.php
parentdbcfb1b8303866376053d2947beaf9973d4f109d (diff)
downloadnextcloud-server-cbb42aae116e0ce88f0180e7720234bc0c3e7e06.tar.gz
nextcloud-server-cbb42aae116e0ce88f0180e7720234bc0c3e7e06.zip
improve wording of permission notice
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index fd2b58e0e7a..d2f100f3483 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -37,7 +37,7 @@
</div>
<div id="file_action_panel"></div>
<div class="notCreatable notPublic <?php if ($_['isCreatable'] or $_['isPublic'] ):?>hidden<?php endif; ?>">
- <?php p($l->t('You don’t have write permissions here'))?>
+ <?php p($l->t('You don’t have permission to upload or create files here'))?>
</div>
<input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions">
</div>