diff options
author | Julius Härtl <jus@bitgrid.net> | 2024-03-05 21:54:07 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2024-03-06 10:40:24 +0100 |
commit | 5bdc0cc76c5cf83282cab89db51bf1c4b161e4d2 (patch) | |
tree | 7b2c07b05905645f91de984e53a3bf2b7631b154 /core/src | |
parent | 945d97ded1469da0b93285c1817cf5ff4937f88f (diff) | |
download | nextcloud-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.js | 1 |
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'), |