From 003f0b9cef1dbc464e58fe35d0186f1e471a92dc Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 17 May 2018 16:11:48 +0200 Subject: [PATCH] update label --- src/app/tabs/run-tab.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/tabs/run-tab.js b/src/app/tabs/run-tab.js index a8718fa4f9..ebb1054b30 100644 --- a/src/app/tabs/run-tab.js +++ b/src/app/tabs/run-tab.js @@ -30,7 +30,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) { count: 0, text: `All transactions (deployed contracts and function executions) in this environment can be saved and replayed in - another environment. i.e. Transactions created in + another environment. e.g Transactions created in Javascript VM can be replayed in the Injected Web3.` } @@ -43,7 +43,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) { self._view.instanceContainerTitle = yo`
- UI for Deployed Contracts + Deployed Contracts ${self._view.clearInstanceElement}
` self._view.noInstancesText = yo` @@ -72,7 +72,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) { ` self.recorderOpts = { - title: 'Events recorded:', + title: 'Transactions recorded:', collapsedView: self._view.collapsedView } @@ -264,7 +264,7 @@ function makeRecorder (appAPI, appEvents, opts, self) { }) } } else { - modalDialogCustom.alert('A Scenario File is required. The file must be of type JSON. Use the "Save Transactions" Button to generate a new Scenario File.') + modalDialogCustom.alert('A scenario file is required. Please make sure a scenario file is currently displayed in the editor. The file must be of type JSON. Use the "Save Transactions" Button to generate a new Scenario File.') } } })