fix create simulator button name
This commit is contained in:
parent
c7f33047ef
commit
a63bfd6783
@ -385,6 +385,7 @@
|
|||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"creating": "Creating...",
|
"creating": "Creating...",
|
||||||
"runSimulation": "Run Simulation",
|
"runSimulation": "Run Simulation",
|
||||||
|
"createRun": "Create Run",
|
||||||
"execute": "Execute",
|
"execute": "Execute",
|
||||||
"executing": "Executing...",
|
"executing": "Executing...",
|
||||||
"generating": "Generating...",
|
"generating": "Generating...",
|
||||||
|
@ -385,6 +385,7 @@
|
|||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
"creating": "创建中...",
|
"creating": "创建中...",
|
||||||
"runSimulation": "运行模拟",
|
"runSimulation": "运行模拟",
|
||||||
|
"createRun": "创建运行",
|
||||||
"execute": "执行",
|
"execute": "执行",
|
||||||
"executing": "执行中...",
|
"executing": "执行中...",
|
||||||
"generating": "生成中...",
|
"generating": "生成中...",
|
||||||
|
@ -712,7 +712,7 @@ export default function NewSimulatorRunPage() {
|
|||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Play className="h-4 w-4 mr-2" />
|
<Play className="h-4 w-4 mr-2" />
|
||||||
{t('runSimulation')}
|
{t('createRun')}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
Reference in New Issue
Block a user