Skip to content

Commit 6348632

Browse files
STetsingAniket-Engg
authored andcommitted
context wording
1 parent e278e39 commit 6348632

File tree

1 file changed

+2
-2
lines changed
  • libs/remix-ui/remix-ai-assistant/src/components

1 file changed

+2
-2
lines changed

libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
107107
className="btn btn-dim btn-sm text-secondary small fw-light border border-text rounded"
108108
ref={contextBtnRef}
109109
>
110-
<span>{}</span>{contextChoice === 'none' && <span data-id="aiContext-file">{'@ Add Context'}</span>}
110+
<span>{}</span>{contextChoice === 'none' && <span data-id="aiContext-file">{'Select Context'}</span>}
111111
{contextChoice === 'workspace' && <span data-id="aiContext-workspace">{'Workspace'}</span>}
112112
{contextChoice === 'opened' && <span data-id="aiContext-opened">{'Open Files'}</span>}
113113
{contextChoice === 'current' && <span data-id="aiContext-current">{'Current File'}</span>}
@@ -176,7 +176,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
176176
}}
177177
placeholder={
178178
aiMode === 'ask'
179-
? "Ask me anything, add workspace files..."
179+
? "Select context and ask me anything!"
180180
: "Edit my codebase, generate new contracts ..."
181181
}
182182
/>

0 commit comments

Comments
 (0)