update label

pull/5370/head
yann300 2 years ago committed by Aniket
parent 997ae79f68
commit 065111a988
  1. 2
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -638,7 +638,7 @@ export const EditorUI = (props: EditorUIProps) => {
let freeFunctionAction
const executeFreeFunctionAction = {
id: "executeFreeFunction",
label: "Execute free function in the Remix VM",
label: "Run free function in the Remix VM",
contextMenuOrder: 0, // choose the order
contextMenuGroupId: "execute", // create a new grouping
precondition: 'freeFunctionCondition',

Loading…
Cancel
Save