Corrected verbiage in move folder to workspace modal (#2661)

This commit is contained in:
Rajiv Singh
2020-09-24 11:24:29 +05:30
committed by GitHub
parent c9f009a838
commit 875bae217b

View File

@@ -86,7 +86,7 @@ class MoveRequestGroupModal extends React.PureComponent<Props, State> {
<div className="form-control form-control--outlined">
<label>
New Workspace&nbsp;
<HelpTooltip>Workspace will be moved to the root of the new workspace</HelpTooltip>
<HelpTooltip>Folder will be moved to the root of the new workspace</HelpTooltip>
<select onChange={this._handleChangeSelectedWorkspace} value={selectedWorkspaceId}>
<option value="n/a">-- Select Workspace --</option>
{workspaces.map(w => (