We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e99c0 commit 25d1296Copy full SHA for 25d1296
libs/remix-ui/settings/src/lib/remix-ui-settings.tsx
@@ -146,7 +146,7 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
146
id: 'loadcopilotActivate',
147
title: 'Downloading Solidity copilot',
148
modalType: ModalTypes.default,
149
- okLabel: 'Close',
+ okLabel: 'Stop',
150
message,
151
okFn: async() => {
152
props.plugin.off('copilot-suggestion', 'loading')
0 commit comments