From 065111a988ab2fbe6bbf750729cfcbde579c1b87 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 16 Mar 2023 16:28:03 +0100 Subject: [PATCH] update label --- libs/remix-ui/editor/src/lib/remix-ui-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx b/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx index b859e2aa9a..45f8d0ba0d 100644 --- a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx +++ b/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',