Skip to content

Commit 70f0a31

Browse files
committed
sagews: improve deprecation statement
1 parent 7811a3b commit 70f0a31

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
@@ -382,11 +382,11 @@ export function FileTypeSelector({
382382
content: intl.formatMessage({
383383
id: "project.new.file-type-selector.sagews.modal.content",
384384
defaultMessage:
385-
"Consider working with a Jupyter Notebook and use a SageMath Kernel. You can also convert existing SageWorksheets 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.",
386386
}),
387387
okText: intl.formatMessage({
388388
id: "project.new.file-type-selector.sagews.modal.ok",
389-
defaultMessage: "Create anyways",
389+
defaultMessage: "Create SageMath Worksheet Anyways",
390390
}),
391391
onOk: (close) => {
392392
create_file(ext);

0 commit comments

Comments
 (0)