diff --git a/src/components/JSONViewer/JSONPanel.tsx b/src/components/JSONViewer/JSONPanel.tsx index 5f3c5387..a0dac53f 100644 --- a/src/components/JSONViewer/JSONPanel.tsx +++ b/src/components/JSONViewer/JSONPanel.tsx @@ -81,7 +81,7 @@ const JSONPanel = ({ type }: { type: PanelType }) => { onClick={() => JSONViewerStore.setIsModalOpen(!JSONViewerStore.isModalOpen[type], 'notebooks', type) }> - Load Executable(s) From Server + Load Notebook(s)