mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-05 22:17:42 +00:00
fix: add missing translation
This commit is contained in:
@@ -464,7 +464,7 @@ function Shell({ selectedProject, selectedSession, initialCommand, isPlainShell
|
|||||||
</button>
|
</button>
|
||||||
<p className="text-gray-400 text-sm mt-3 px-2">
|
<p className="text-gray-400 text-sm mt-3 px-2">
|
||||||
{isPlainShell ?
|
{isPlainShell ?
|
||||||
t('shell.runCommand', { command: initialCommand || 'command', projectName: selectedProject.displayName }) :
|
t('shell.runCommand', { command: initialCommand || t('shell.defaultCommand'), projectName: selectedProject.displayName }) :
|
||||||
selectedSession ?
|
selectedSession ?
|
||||||
t('shell.resumeSession', { displayName: sessionDisplayNameLong }) :
|
t('shell.resumeSession', { displayName: sessionDisplayNameLong }) :
|
||||||
t('shell.startSession')
|
t('shell.startSession')
|
||||||
|
|||||||
Reference in New Issue
Block a user