summaryrefslogtreecommitdiff
path: root/extension/react-app
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app')
-rw-r--r--extension/react-app/src/components/Layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/Layout.tsx b/extension/react-app/src/components/Layout.tsx
index eee92ff7..cec3f8e1 100644
--- a/extension/react-app/src/components/Layout.tsx
+++ b/extension/react-app/src/components/Layout.tsx
@@ -150,7 +150,7 @@ const Layout = () => {
onMouseEnter={() => {
dispatch(
setBottomMessage(
- "🎁 New Feature: Use ⌘D automatically debug errors in the terminal"
+ "🎁 New Feature: Use ⌘⇧R automatically debug errors in the terminal"
)
);
}}