fix(app): command palette placeholder text

This commit is contained in:
Adam 2026-02-03 11:58:58 -06:00
commit dcff5b6596
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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",