summaryrefslogtreecommitdiff
path: root/extension/react-app/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-18 10:31:40 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-18 10:31:40 -0700
commit355845002e178a618e9a792dd57b0649c3da8845 (patch)
treeb45d53d2464e61afdb1349cbe8902cf882ff5cc6 /extension/react-app/src
parent9acdad9a3764d102dc24a9f9252b2359af85ab26 (diff)
downloadsncontinue-355845002e178a618e9a792dd57b0649c3da8845.tar.gz
sncontinue-355845002e178a618e9a792dd57b0649c3da8845.tar.bz2
sncontinue-355845002e178a618e9a792dd57b0649c3da8845.zip
fix: :bug: update the tip message for keyboard shortcut
Diffstat (limited to 'extension/react-app/src')
-rw-r--r--extension/react-app/src/pages/gui.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx
index 9e25d050..39a3f13a 100644
--- a/extension/react-app/src/pages/gui.tsx
+++ b/extension/react-app/src/pages/gui.tsx
@@ -405,7 +405,7 @@ function GUI(props: GUIProps) {
<div className="w-3/4 m-auto text-center text-xs">
{/* Tip: Drag the Continue logo from the far left of the window to the
right, then toggle Continue using option/alt+command+m. */}
- Tip: If there is an error in the terminal, use OPTION+CMD+D to
+ Tip: If there is an error in the terminal, use COMMAND+D to
automatically debug
</div>
</>