summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-07-16 16:26:39 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-07-16 16:28:26 +0200
commit98cf2bab488af7cf64399bbe43560c9b68d50f47 (patch)
tree8fdc1589cb6ccabf47877781c33e90f39043e6f4 /apps/files_sharing/appinfo
parent18790858caea8f20f09ade8c7e3039da6dd1483b (diff)
downloadnextcloud-server-98cf2bab488af7cf64399bbe43560c9b68d50f47.tar.gz
nextcloud-server-98cf2bab488af7cf64399bbe43560c9b68d50f47.zip
Rename "Shares overview" to "Shares"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index b7459d999db..443d9e02017 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -93,7 +93,7 @@ if ($config->getAppValue('core', 'shareapi_enabled', 'yes') === 'yes') {
'appname' => 'files_sharing',
'script' => 'list.php',
'order' => 18,
- 'name' => $l->t('Share overview'),
+ 'name' => $l->t('Shares'),
'classes' => 'collapsible',
'sublist' => $sharingSublistArray,
'expandedState' => 'show_sharing_menu'