tweak(app): shorten prompt mode toggle tooltips
This commit is contained in:
parent
ec7c72da3f
commit
2589eb207f
17 changed files with 33 additions and 33 deletions
|
|
@ -1363,7 +1363,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
<TooltipKeybind
|
||||
placement="top"
|
||||
gutter={4}
|
||||
title={language.t(mode === "shell" ? "command.prompt.mode.shell" : "command.prompt.mode.normal")}
|
||||
title={language.t(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
|
||||
keybind={command.keybind(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
|
||||
class="size-full flex items-center justify-center"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue