fix create simulator button name

This commit is contained in:
songtianlun 2025-08-09 11:42:20 +08:00
parent c7f33047ef
commit a63bfd6783
3 changed files with 3 additions and 1 deletions

View File

@ -385,6 +385,7 @@
"cancel": "Cancel",
"creating": "Creating...",
"runSimulation": "Run Simulation",
"createRun": "Create Run",
"execute": "Execute",
"executing": "Executing...",
"generating": "Generating...",

View File

@ -385,6 +385,7 @@
"cancel": "取消",
"creating": "创建中...",
"runSimulation": "运行模拟",
"createRun": "创建运行",
"execute": "执行",
"executing": "执行中...",
"generating": "生成中...",

View File

@ -712,7 +712,7 @@ export default function NewSimulatorRunPage() {
) : (
<>
<Play className="h-4 w-4 mr-2" />
{t('runSimulation')}
{t('createRun')}
</>
)}
</Button>