mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Adjust wording to make the separation between sharing and files clearer
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6375790263
commit
b112493d1a
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]),
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue