diff options
author | Julius Härtl <jus@bitgrid.net> | 2024-03-06 13:45:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 13:45:34 +0100 |
commit | db12159fb6f85c0365684d856b4586296e11c952 (patch) | |
tree | 47550e8f112be3c3ff7bcc90c1c261bf110cbe5b /core/src | |
parent | 827269f5b857a5daca09f4266445d41b327dad2b (diff) | |
parent | 73bb455b7cbe052b1936f125447bad41cd63935e (diff) | |
download | nextcloud-server-db12159fb6f85c0365684d856b4586296e11c952.tar.gz nextcloud-server-db12159fb6f85c0365684d856b4586296e11c952.zip |
Merge pull request #44007 from nextcloud/feat/rename-teams
feat: Rename circles to teams
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'), |