Adjust wording to make the separation between sharing and files clearer

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1784/head
Joas Schilling 2016-10-18 17:18:14 +07:00
parent 6375790263
commit b112493d1a
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
2 changed files with 2 additions and 2 deletions

@ -340,7 +340,7 @@ class Activity implements IExtension {
self::FILTER_FILES => [
'id' => self::FILTER_FILES,
'icon' => 'icon-files-dark',
'name' => (string) $this->l->t('Files'),
'name' => (string) $this->l->t('File changes'),
'url' => $this->URLGenerator->linkToRoute('activity.Activities.showList', ['filter' => self::FILTER_FILES]),
],
],

@ -430,7 +430,7 @@ class Activity implements IExtension {
self::FILTER_SHARES => [
'id' => self::FILTER_SHARES,
'icon' => 'icon-share',
'name' => (string) $l->t('Shares'),
'name' => (string) $l->t('File shares'),
'url' => $this->URLGenerator->linkToRoute('activity.Activities.showList', ['filter' => self::FILTER_SHARES]),
],
],