diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-04 11:32:30 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-04 11:32:30 +0200 |
commit | 816db7aef1e2b67cc636d099f1571ae30f8a21a1 (patch) | |
tree | 7761427c78ac64e59a9131b3d998817ac4703c6b /apps/files_sharing/appinfo | |
parent | b3fdda175158fee77d76131e4dfa479b34f7d788 (diff) | |
download | nextcloud-server-816db7aef1e2b67cc636d099f1571ae30f8a21a1.tar.gz nextcloud-server-816db7aef1e2b67cc636d099f1571ae30f8a21a1.zip |
Fixed wording to "Shared by link"
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') ) ); |