Skip to content

Commit 0118d7a

Browse files
committed
ok, sagews is deprecated.
- focus - we can only do so much
1 parent 69d820a commit 0118d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/frontend/project/new/file-type-selector.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,12 @@ export function FileTypeSelector({
377377
icon: <Icon name="exclamation-circle" />,
378378
title: intl.formatMessage({
379379
id: "project.new.file-type-selector.sagews.modal.title",
380-
defaultMessage: "SageMath Worksheets are currently less supported",
380+
defaultMessage: "SageMath Worksheets are Deprecated",
381381
}),
382382
content: intl.formatMessage({
383383
id: "project.new.file-type-selector.sagews.modal.content",
384384
defaultMessage:
385-
"Consider creating a Jupyter Notebook and use a SageMath Kernel (use the 'SageMath Notebook' button). You can also convert existing SageMath Worksheets to Jupyter Notebooks.",
385+
"Consider creating a Jupyter Notebook and use a SageMath Kernel (use the 'SageMath Notebook' button). You can also convert existing SageMath Worksheets to Jupyter Notebooks by opening the worksheet and clicking 'Jupyter'.",
386386
}),
387387
okText: intl.formatMessage({
388388
id: "project.new.file-type-selector.sagews.modal.ok",

0 commit comments

Comments
 (0)