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 ec35f93 commit 9a7de32Copy full SHA for 9a7de32
libs/remix-ui/settings/src/lib/remix-ui-settings.tsx
@@ -144,9 +144,9 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
144
})
145
const modalActivate: AppModal = {
146
id: 'loadcopilotActivate',
147
- title: 'Downloading Solidity copilot',
+ title: 'Download Solidity copilot',
148
modalType: ModalTypes.default,
149
- okLabel: 'Stop',
+ okLabel: 'Close',
150
message,
151
okFn: async() => {
152
props.plugin.off('copilot-suggestion', 'loading')
0 commit comments