diff options
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 2cd901c07af..6b40ba921cc 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -47,6 +47,6 @@ OC_FileProxy::register(new OCA\Files\Share\Proxy()); "appname" => 'files_sharing', "script" => 'list.php', "order" => 20, - "name" => $l->t('Shared with link') + "name" => $l->t('Shared by link') ) ); |