diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 32a59f1e1a6..fd2b58e0e7a 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -37,7 +37,7 @@
-
+ t('You don’t have write permissions here'))?>
diff --git a/core/css/share.css b/core/css/share.css
index 6e920f6bdec..e1edc311eed 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -102,3 +102,8 @@ a.showCruds:hover,a.unshare:hover {
overflow-y:auto;
overflow-x:hidden;
}
+
+.notCreatable {
+ padding-top: 12px;
+ color: #999;
+}