diff --git a/apps/web/components/integrations/shortcuts-detail.tsx b/apps/web/components/integrations/shortcuts-detail.tsx
index 833488eb..3dd1b37a 100644
--- a/apps/web/components/integrations/shortcuts-detail.tsx
+++ b/apps/web/components/integrations/shortcuts-detail.tsx
@@ -153,7 +153,7 @@ export function ShortcutsConnectButtons({
return (
{
e.stopPropagation()
connect("add")
@@ -163,14 +163,14 @@ export function ShortcutsConnectButtons({
{pendingType === "add" ? (
) : (
-
+
)}
- {pendingType === "add" ? "Creating..." : "Add memory shortcut"}
+ {pendingType === "add" ? "Creating..." : "Add"}
{
e.stopPropagation()
connect("search")
@@ -180,10 +180,10 @@ export function ShortcutsConnectButtons({
{pendingType === "search" ? (
) : (
-
+
)}
- {pendingType === "search" ? "Creating..." : "Search memory shortcut"}
+ {pendingType === "search" ? "Creating..." : "Search"}