Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Rename to teams #1512

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Remove duplicate search provider class that is unused
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Feb 27, 2024
commit 32a6efa7aba73389530cc591e4ea2b2648d7861d
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

### Bring cloud-users closer together

Nextcloud Teams allow people to create their own groups of people/colleagues/friends.
Those groups of people can then be used by any other app for sharing purpose
Nextcloud Teams allow people to create their own groups of people/colleagues/friends.
Those groups of people can then be used by any other app for sharing purpose.

The app was formerly named circles which is still used as internal identifier a lot.

Expand Down
2 changes: 1 addition & 1 deletion lib/Activity/SettingAsMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getIdentifier() {
* @since 11.0.0
*/
public function getName() {
return $this->l10n->t('On events happening in a <strong>Team</strong> of which you are a member');
return $this->l10n->t('On events happening in a <strong>team</strong> of which you are a member');
}


Expand Down
2 changes: 1 addition & 1 deletion lib/Activity/SettingAsModerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getIdentifier() {
* @since 11.0.0
*/
public function getName() {
return $this->l10n->t('Any important event in a <strong>Team</strong> you are moderating');
return $this->l10n->t('Any important event in a <strong>team</strong> you are moderating');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Activity/SettingAsNonMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getIdentifier() {
* @since 11.0.0
*/
public function getName() {
return $this->l10n->t('On global events happening in any <strong>Team</strong>');
return $this->l10n->t('On global events happening in any <strong>team</strong>');
}


Expand Down
2 changes: 1 addition & 1 deletion lib/Service/CircleService.php
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ public function getDefinitionCircle(Circle $circle): string {
}

if ($circle->isConfig(Circle::CFG_PERSONAL)) {
return $this->l10n->t('Personal Team');
return $this->l10n->t('Personal team');
}

if ($circle->hasOwner()) {
Expand Down
177 changes: 0 additions & 177 deletions lib/UnifiedSearch/UnifiedSearchProvider.php

This file was deleted.

Loading