aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-15 15:53:48 +0100
committerJoas Schilling <coding@schilljs.com>2016-12-15 15:53:48 +0100
commit6de0eb0b741ff1cf0b735480a6c2d2fbcb1e70ca (patch)
tree3f94de87c67d706be564bfd8b1cb56e2f7ed1505 /lib/public/RichObjectStrings
parent3714a6aaf0b565808bd1ec7f8552196447402f58 (diff)
downloadnextcloud-server-6de0eb0b741ff1cf0b735480a6c2d2fbcb1e70ca.tar.gz
nextcloud-server-6de0eb0b741ff1cf0b735480a6c2d2fbcb1e70ca.zip
Remove leading slash from sharing activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/RichObjectStrings')
-rw-r--r--lib/public/RichObjectStrings/Definitions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php
index fbde439c47a..4b5b0da978e 100644
--- a/lib/public/RichObjectStrings/Definitions.php
+++ b/lib/public/RichObjectStrings/Definitions.php
@@ -191,7 +191,7 @@ class Definitions {
'path' => [
'since' => '11.0.0',
'required' => true,
- 'description' => 'The full path of the file for the user',
+ 'description' => 'The full path of the file for the user, should not start with a slash',
'example' => 'path/to/file.txt',
],
'link' => [