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", "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...",

View File

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

View File

@ -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>