mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
Corrected verbiage in move folder to workspace modal (#2661)
This commit is contained in:
@@ -86,7 +86,7 @@ class MoveRequestGroupModal extends React.PureComponent<Props, State> {
|
||||
<div className="form-control form-control--outlined">
|
||||
<label>
|
||||
New Workspace
|
||||
<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 => (
|
||||
|
||||
Reference in New Issue
Block a user