diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-29 18:25:17 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-29 18:25:17 +0300 |
commit | a10a17f81857045b991fce3a1754b47608a8a4da (patch) | |
tree | ce049b9da563831c348fcc9d2ac1b4c24ba4a3e3 /apps | |
parent | dec7b2fa40a7eeb0c0640a798e4c7443d1511bd5 (diff) | |
download | nextcloud-server-a10a17f81857045b991fce3a1754b47608a8a4da.tar.gz nextcloud-server-a10a17f81857045b991fce3a1754b47608a8a4da.zip |
Rewording
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> |