Skip to content

Commit 25d1296

Browse files
committed
update label
1 parent a5e99c0 commit 25d1296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
146146
id: 'loadcopilotActivate',
147147
title: 'Downloading Solidity copilot',
148148
modalType: ModalTypes.default,
149-
okLabel: 'Close',
149+
okLabel: 'Stop',
150150
message,
151151
okFn: async() => {
152152
props.plugin.off('copilot-suggestion', 'loading')

0 commit comments

Comments
 (0)