summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-23 09:56:24 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-23 09:56:24 -0700
commite95ad29d90455c9b2c586539f8d5b46c385e1158 (patch)
tree8a60810f3f7bdc4d29edd5140e8bd93556586f6f /apps
parentc7621badf3e8aac40ab21f019afa809471d33f1b (diff)
parent88c2646f7ec4d9d7dc9fd3e3a12305a357aaac17 (diff)
downloadnextcloud-server-e95ad29d90455c9b2c586539f8d5b46c385e1158.tar.gz
nextcloud-server-e95ad29d90455c9b2c586539f8d5b46c385e1158.zip
Merge pull request #5435 from owncloud/share-improvements
Share improvements
Diffstat (limited to 'apps')
-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 2e88bf2dbb4..6dd28532ccb 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; ?>">
- <div class="actions"><input type="button" disabled value="<?php p($l->t('You don’t have write permissions here.'))?>"></div>
+ <?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>