File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/remix-ai-assistant/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments