diff --git a/src/plugins/workspace/public/components/workspace_form/workspace_privacy_setting_panel.tsx b/src/plugins/workspace/public/components/workspace_form/workspace_privacy_setting_panel.tsx index 399c4826a04..11ef6ac5bc2 100644 --- a/src/plugins/workspace/public/components/workspace_form/workspace_privacy_setting_panel.tsx +++ b/src/plugins/workspace/public/components/workspace_form/workspace_privacy_setting_panel.tsx @@ -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" />