From b112493d1aa5a728ca0e65862f92159abd8395cb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 18 Oct 2016 17:18:14 +0200 Subject: [PATCH] Adjust wording to make the separation between sharing and files clearer Signed-off-by: Joas Schilling --- apps/files/lib/Activity.php | 2 +- apps/files_sharing/lib/Activity.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files/lib/Activity.php b/apps/files/lib/Activity.php index 5fc59f119e1..25146456b4c 100644 --- a/apps/files/lib/Activity.php +++ b/apps/files/lib/Activity.php @@ -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]), ], ], diff --git a/apps/files_sharing/lib/Activity.php b/apps/files_sharing/lib/Activity.php index 4d57cc8c7b2..f0d4ca39047 100644 --- a/apps/files_sharing/lib/Activity.php +++ b/apps/files_sharing/lib/Activity.php @@ -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]), ], ], -- 2.39.5