update label

pull/5370/head
aniket-engg 12 months ago
parent 6f3143f1e7
commit e6a479e2ad
  1. 2
      libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

@ -146,7 +146,7 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
id: 'loadcopilotActivate',
title: 'Downloading Solidity copilot',
modalType: ModalTypes.default,
okLabel: 'Close',
okLabel: 'Stop',
message,
okFn: async() => {
props.plugin.off('copilot-suggestion', 'loading')

Loading…
Cancel
Save