Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Treselj <marin@pixelipo.com>2017-06-07 17:06:19 +0300
committerJulius Härtl <jus@bitgrid.net>2017-07-02 15:14:49 +0300
commit3470d0a44ea2b7a477af407b3d9abee81de071e3 (patch)
tree6bfbe62ce8ea0c2c913a3aef40c499b051ce8148 /apps/federatedfilesharing/lib/Settings
parentcc4373c90157679f2ff8bc21b8cf55e386e9ccea (diff)
Simplified Nextcloud logo icon
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'apps/federatedfilesharing/lib/Settings')
-rw-r--r--apps/federatedfilesharing/lib/Settings/Personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Settings/Personal.php b/apps/federatedfilesharing/lib/Settings/Personal.php
index 854f5f13ab6..13e96cf872e 100644
--- a/apps/federatedfilesharing/lib/Settings/Personal.php
+++ b/apps/federatedfilesharing/lib/Settings/Personal.php
@@ -70,7 +70,7 @@ class Personal implements ISettings {
'outgoingServer2serverShareEnabled' => $this->federatedShareProvider->isOutgoingServer2serverShareEnabled(),
'message_with_URL' => $this->l->t('Share with me through my #Nextcloud Federated Cloud ID, see %s', [$url]),
'message_without_URL' => $this->l->t('Share with me through my #Nextcloud Federated Cloud ID', [$cloudID]),
- 'logoPath' => $this->urlGenerator->imagePath('core', 'logo-icon.svg'),
+ 'logoPath' => $this->urlGenerator->imagePath('core', 'logo.svg'),
'reference' => $url,
'cloudId' => $cloudID,
'color' => $this->defaults->getColorPrimary(),