update modal text

pull/4286/head
aniket-engg 12 months ago
parent ec35f93edd
commit 9a7de32b3a
  1. 4
      libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

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

Loading…
Cancel
Save