From f1a4225a9282e9377f413d4412a5cfd6560eadb2 Mon Sep 17 00:00:00 2001 From: lianahus Date: Tue, 25 May 2021 09:40:59 +0200 Subject: [PATCH] tex updated --- apps/remix-ide/src/app/ui/confirmDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/ui/confirmDialog.js b/apps/remix-ide/src/app/ui/confirmDialog.js index e435d8c24a..a3246dcf6a 100644 --- a/apps/remix-ide/src/app/ui/confirmDialog.js +++ b/apps/remix-ide/src/app/ui/confirmDialog.js @@ -26,7 +26,8 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP var el = yo`
-
You are about to create a transaction on the main network. Confirm the details to send to your provider.
+
You are about to create a transaction on the Main Network. Confirm the details to send the info to your provider. +
The provider for many users is MetaMask. The provider will ask you to sign the transaction before it is sent to the Main Network.
From: