From 1684b78cd311fd57a6e77b51d3f34cb806455c06 Mon Sep 17 00:00:00 2001 From: Nic Luckie Date: Thu, 25 Sep 2025 11:04:39 -0400 Subject: [PATCH] Update ShortcutsSection.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nic Luckie --- web/src/components/HomeSidebar/ShortcutsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/HomeSidebar/ShortcutsSection.tsx b/web/src/components/HomeSidebar/ShortcutsSection.tsx index 87e767e53..1b3d18bd3 100644 --- a/web/src/components/HomeSidebar/ShortcutsSection.tsx +++ b/web/src/components/HomeSidebar/ShortcutsSection.tsx @@ -123,7 +123,7 @@ const ShortcutsSection = observer(() => { !open && setDeleteTarget(undefined)} - title={t("setting.shortcut.delete-confirm")} + title={t("setting.shortcut.delete-confirm", { title: deleteTarget?.title ?? "" })} confirmLabel={t("common.delete")} cancelLabel={t("common.cancel")} onConfirm={confirmDeleteShortcut}