Skip to content

Commit

Permalink
Renamed Session to Notebook. Closes #10949
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsarawagi committed Aug 19, 2024
1 parent 0bdd550 commit ce9b799
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class JupyterNoteBookModal extends React.Component<
return (
<Modal show={show} onHide={handleClose}>
<Modal.Header closeButton>
<Modal.Title>Enter Session Name</Modal.Title>
<Modal.Title>Enter Notebook Name</Modal.Title>
</Modal.Header>
<Modal.Body>
<Form
Expand All @@ -114,11 +114,11 @@ class JupyterNoteBookModal extends React.Component<
>
<FormGroup controlId="formFolderName">
<ControlLabel className="py-2">
Session Name
Notebook Name
</ControlLabel>
<FormControl
type="text"
placeholder="Enter Session Name"
placeholder="Enter Notebook Name"
value={folderName}
onChange={e =>
this.handleChange(
Expand Down

0 comments on commit ce9b799

Please sign in to comment.