Skip to content

Commit

Permalink
Update text in workspace collaborators text box (#9181)
Browse files Browse the repository at this point in the history
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS authored Jan 15, 2025
1 parent 9b5ce68 commit 53fe4c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const WorkspacePrivacySettingPanel = ({
checked={goToCollaborators}
onChange={(event) => onGoToCollaboratorsChange(event.target.checked)}
label={i18n.translate('workspace.form.panels.privacy.jumpToCollaborators.label', {
defaultMessage: 'Go to configure the collaborators right after creating the workspace.',
defaultMessage: 'Add collaborators after workspace creation.',
})}
data-test-subj="jumpToCollaboratorsCheckbox"
/>
Expand Down

0 comments on commit 53fe4c1

Please sign in to comment.