fix: add missing translation

This commit is contained in:
YuanNiancai
2026-01-23 09:26:43 +08:00
parent e85cc746b1
commit 9cd0cfc88f

View File

@@ -464,7 +464,7 @@ function Shell({ selectedProject, selectedSession, initialCommand, isPlainShell
</button>
<p className="text-gray-400 text-sm mt-3 px-2">
{isPlainShell ?
t('shell.runCommand', { command: initialCommand || 'command', projectName: selectedProject.displayName }) :
t('shell.runCommand', { command: initialCommand || t('shell.defaultCommand'), projectName: selectedProject.displayName }) :
selectedSession ?
t('shell.resumeSession', { displayName: sessionDisplayNameLong }) :
t('shell.startSession')