From 43ba1e4418a68a360a667798007792e862af7047 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 5 Nov 2024 15:42:05 +0100 Subject: [PATCH] update messaging --- libs/remix-ui/run-tab/src/lib/run-tab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/run-tab/src/lib/run-tab.tsx b/libs/remix-ui/run-tab/src/lib/run-tab.tsx index 9b1302e25a..79ee119a75 100644 --- a/libs/remix-ui/run-tab/src/lib/run-tab.tsx +++ b/libs/remix-ui/run-tab/src/lib/run-tab.tsx @@ -148,7 +148,7 @@ export function RunTabUI(props: RunTabProps) { id: 'evm-chainId-incompatible', title: 'Incompatible EVM for the selected chain', message:
-

The selected chain is not compatible with the EVM version that the Solidity contract had been compiled with. Please select a one of the options below.

+

The smart contract has not been compiled with an EVM version that is compatible with the selected chain.