Skip to content

Commit 9a7de32

Browse files
committed
update modal text
1 parent ec35f93 commit 9a7de32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
144144
})
145145
const modalActivate: AppModal = {
146146
id: 'loadcopilotActivate',
147-
title: 'Downloading Solidity copilot',
147+
title: 'Download Solidity copilot',
148148
modalType: ModalTypes.default,
149-
okLabel: 'Stop',
149+
okLabel: 'Close',
150150
message,
151151
okFn: async() => {
152152
props.plugin.off('copilot-suggestion', 'loading')

0 commit comments

Comments
 (0)