]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust wording to make the separation between sharing and files clearer 1784/head
authorJoas Schilling <coding@schilljs.com>
Tue, 18 Oct 2016 15:18:14 +0000 (17:18 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 18 Oct 2016 15:18:14 +0000 (17:18 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files/lib/Activity.php
apps/files_sharing/lib/Activity.php

index 5fc59f119e1433c32eef746db955ec08bd00165f..25146456b4c169b1a81074021cdc5f1422f1d57d 100644 (file)
@@ -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]),
                                ],
                        ],
index 4d57cc8c7b211eee827c0c73e93316248be519e8..f0d4ca3904747289eeed5523a0abb036c14029e0 100644 (file)
@@ -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]),
                                ],
                        ],