update modal text

pull/5370/head
aniket-engg 1 year ago
parent b860319aba
commit fa9ce3282e
  1. 4
      libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

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

Loading…
Cancel
Save