aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2024-03-05 21:54:07 +0100
committerJulius Härtl <jus@bitgrid.net>2024-03-06 10:40:24 +0100
commit5bdc0cc76c5cf83282cab89db51bf1c4b161e4d2 (patch)
tree7b2c07b05905645f91de984e53a3bf2b7631b154 /core/src
parent945d97ded1469da0b93285c1817cf5ff4937f88f (diff)
downloadnextcloud-server-5bdc0cc76c5cf83282cab89db51bf1c4b161e4d2.tar.gz
nextcloud-server-5bdc0cc76c5cf83282cab89db51bf1c4b161e4d2.zip
feat: Rename circles to teams
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/icons.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/icons.js b/core/src/icons.js
index 624ba54be88..43384953905 100644
--- a/core/src/icons.js
+++ b/core/src/icons.js
@@ -99,6 +99,7 @@ const icons = {
'tablet': path.join(__dirname, '../img', 'clients', 'tablet.svg'),
'tag': path.join(__dirname, '../img', 'actions', 'tag.svg'),
'talk': path.join(__dirname, '../img', 'apps', 'spreed.svg'),
+ 'teams': path.join(__dirname, '../img', 'apps', 'circles.svg'),
'template-add': path.join(__dirname, '../img', 'actions', 'template-add.svg'),
'timezone': path.join(__dirname, '../img', 'actions', 'timezone.svg'),
'toggle-background': path.join(__dirname, '../img', 'actions', 'toggle-background.svg'),