diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/templates/part.404.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/part.404.php b/apps/files_sharing/templates/part.404.php index 400dd6bbfd6..b5152e1511a 100644 --- a/apps/files_sharing/templates/part.404.php +++ b/apps/files_sharing/templates/part.404.php @@ -5,7 +5,7 @@ <ul> <li><?php p($l->t('the item was removed')); ?></li> <li><?php p($l->t('the link expired')); ?></li> - <li><?php p($l->t('sharing is disabled for this ownCloud')); ?></li> + <li><?php p($l->t('sharing is disabled')); ?></li> </ul> <p><?php p($l->t('For more info, please ask the person who sent this link.')); ?></p> </li> |