diff --git a/apps/files/src/components/Collaborators/SharedFilesList.vue b/apps/files/src/components/Collaborators/SharedFilesList.vue
index 9d9c3802062..986e22e3649 100644
--- a/apps/files/src/components/Collaborators/SharedFilesList.vue
+++ b/apps/files/src/components/Collaborators/SharedFilesList.vue
@@ -66,7 +66,7 @@
-
+
You are currently not collaborating on other people's resources.
You are currently not collaborating on any of your resources with other people.
diff --git a/apps/files/src/default.js b/apps/files/src/default.js
index 1b60a33905b..87472e7a35e 100644
--- a/apps/files/src/default.js
+++ b/apps/files/src/default.js
@@ -55,7 +55,7 @@ const appInfo = {
return false
},
quickAccess: {
- icon: 'share',
+ icon: 'group',
ariaLabel: $gettext('Collaborators')
}
}, {
@@ -88,7 +88,7 @@ const navItems = [
},
{
name: $gettext('Shared with me'),
- iconMaterial: 'share',
+ iconMaterial: 'group',
route: {
name: 'files-shared-with-me',
path: `/${appInfo.id}/shared-with-me`
@@ -96,7 +96,7 @@ const navItems = [
},
{
name: $gettext('Shared with others'),
- iconMaterial: 'share',
+ iconMaterial: 'group',
route: {
name: 'files-shared-with-others',
path: `/${appInfo.id}/shared-with-others`
diff --git a/changelog/unreleased/3116 b/changelog/unreleased/3116
new file mode 100644
index 00000000000..c69acc90a18
--- /dev/null
+++ b/changelog/unreleased/3116
@@ -0,0 +1,6 @@
+Bugfix: Changed share icons to people icons
+
+Adjust icon in files app navigation bar and also in the file actions
+dropdown to use the group icon.
+
+https://github.com/owncloud/phoenix/pull/3116