fix(app): command palette placeholder text
This commit is contained in:
parent
4f7da2b757
commit
dcff5b6596
16 changed files with 16 additions and 31 deletions
|
|
@ -681,7 +681,7 @@ export default function Page() {
|
|||
{
|
||||
id: "file.open",
|
||||
title: language.t("command.file.open"),
|
||||
description: language.t("command.file.open.description"),
|
||||
description: language.t("palette.search.placeholder"),
|
||||
category: language.t("command.category.file"),
|
||||
keybind: "mod+p",
|
||||
slash: "open",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue