summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/ComboBox.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-24 23:12:49 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-24 23:12:49 -0700
commitc0799a92d3588cefa7c88a18452811d0153c685b (patch)
tree12362e955c99d27fe44daad7481524a4dce1a2d6 /extension/react-app/src/components/ComboBox.tsx
parenta993b2ff472b9999ce287c2eccefd9371204f3c2 (diff)
downloadsncontinue-c0799a92d3588cefa7c88a18452811d0153c685b.tar.gz
sncontinue-c0799a92d3588cefa7c88a18452811d0153c685b.tar.bz2
sncontinue-c0799a92d3588cefa7c88a18452811d0153c685b.zip
tweaks
Diffstat (limited to 'extension/react-app/src/components/ComboBox.tsx')
-rw-r--r--extension/react-app/src/components/ComboBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ComboBox.tsx b/extension/react-app/src/components/ComboBox.tsx
index 7d266c6e..4a1cdbc0 100644
--- a/extension/react-app/src/components/ComboBox.tsx
+++ b/extension/react-app/src/components/ComboBox.tsx
@@ -291,7 +291,7 @@ const ComboBox = React.forwardRef((props: ComboBoxProps, ref) => {
<div className="flex px-2" ref={divRef} hidden={!downshiftProps.isOpen}>
<MainTextInput
disabled={props.disabled}
- placeholder={`Ask a question, give instructions, or type '/' to see slash commands`}
+ placeholder={`Ask a question, give instructions, type '/' for slash commands, or '@' to add context`}
{...getInputProps({
onChange: (e) => {
const target = e.target as HTMLTextAreaElement;