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 /apps/files_sharing | |
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 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index b8559dd0972..c91e2ddcdcf 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -408,8 +408,8 @@ export default { } case this.SHARE_TYPES.SHARE_TYPE_CIRCLE: return { - icon: 'icon-circle', - iconTitle: t('files_sharing', 'Circle'), + icon: 'icon-teams', + iconTitle: t('files_sharing', 'Team'), } case this.SHARE_TYPES.SHARE_TYPE_ROOM: return { |