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

feat: Rename to teams #1512

merged 2 commits into from Feb 27, 2024

Conversation

juliushaertl
Copy link
Member

@juliushaertl juliushaertl commented Feb 21, 2024

Mostly replaced as App name, icon and in translation strings
Screenshot 2024-02-21 at 10 48 04
Screenshot 2024-02-21 at 10 48 15

Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See small remarks, otherwise looks good

@@ -2,7 +2,7 @@
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>circles</id>
<name>Circles</name>
<name>Teams</name>
<summary>Bring cloud-users closer together.</summary>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could use a better summary, maybe from @jospoortvliet?

appinfo/info.xml Outdated
@@ -2,7 +2,7 @@
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>circles</id>
<name>Circles</name>
<name>Teams</name>
<summary>Bring cloud-users closer together.</summary>
<description><![CDATA[Circles allows people to create their own groups of people/colleagues/friends.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name needs to be changed in the description too (not only this line), right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjusted, also in the README, we can update the description once the marketing message is clearer as well I'd say.

lib/AppInfo/Capabilities.php Outdated Show resolved Hide resolved
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Copy link
Member

@mejo- mejo- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me except some comments.

README.md Outdated Show resolved Hide resolved
lib/Activity/SettingAsMember.php Outdated Show resolved Hide resolved
@@ -51,7 +51,7 @@ public function getIdentifier() {
* @since 11.0.0
*/
public function getName() {
return $this->l10n->t('Any important event in a <strong>Circle</strong> you are moderating');
return $this->l10n->t('Any important event in a <strong>Team</strong> you are moderating');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you use lowercase 'team' elsewhere, maybe also adjust it here?

lib/Activity/SettingAsNonMember.php Outdated Show resolved Hide resolved
lib/Service/CircleService.php Outdated Show resolved Hide resolved
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliushaertl
Copy link
Member Author

@mejo- Thanks, adjusted

@juliushaertl juliushaertl merged commit 887904d into master Feb 27, 2024
20 checks passed
@juliushaertl juliushaertl deleted the feat/rename-teams branch February 27, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants