diff --git a/public/react/src/modules/tpm/jupyter/index.js b/public/react/src/modules/tpm/jupyter/index.js index cae540253..3ba648ca8 100644 --- a/public/react/src/modules/tpm/jupyter/index.js +++ b/public/react/src/modules/tpm/jupyter/index.js @@ -343,10 +343,10 @@ function JupyterTPI (props) { } const endonFinish= () =>{ Modal.confirm({ - title: '命令行连接时长提醒', + title: '服务中断提醒', content: (

- 命令行即将中断,需要延长使用时间吗? + jupyter将于分钟后服务中断,是否需要延长使用时间?

), okText: '立即延长', diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js index f1459db1d..746766dfa 100644 --- a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js +++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js @@ -444,7 +444,7 @@ class Challengesjupyter extends Component { let id=this.props.match.params.shixunId; let that=this; Modal.confirm({ - title: '命令行连接时长提醒', + title:"jupyter将于"++"分钟后服务中断,是否需要延长使用时间?", content: (

命令行即将中断,需要延长使用时间吗?