fix(app): command palette placeholder text

This commit is contained in:
Adam
2026-02-03 11:58:58 -06:00
parent 4f7da2b757
commit dcff5b6596
16 changed files with 16 additions and 31 deletions

View File

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