chore: update open managed description

This commit is contained in:
Cristhian Garcia
2023-11-14 10:06:02 -05:00
committed by Adolfo R. Brandes
parent 584823b879
commit 9ff77945e3
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ const TeamTypeNameMessage = {
[GroupTypes.PRIVATE_MANAGED]: {
label: messages.groupTypePrivateManaged,
description: messages.groupTypePrivateManagedDescription,
}
},
};
const GroupEditor = ({

View File

@@ -99,7 +99,7 @@ const messages = defineMessages({
},
groupTypeOpenManagedDescription: {
id: 'authoring.pagesAndResources.teams.group.types.open_managed.description',
defaultMessage: 'Only course staff can control teams. Learners can see other teams and choose it.',
defaultMessage: '"Only course staff can create teams. Learners can see, join and leave teams.',
},
groupTypeOpenDescription: {
id: 'authoring.pagesAndResources.teams.group.types.open.description',