@ -30,7 +30,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) {
count : 0 ,
count : 0 ,
text : ` All transactions (deployed contracts and function executions)
text : ` All transactions (deployed contracts and function executions)
in this environment can be saved and replayed in
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 . `
Javascript VM can be replayed in the Injected Web3 . `
}
}
@ -43,7 +43,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) {
self . _view . instanceContainerTitle = yo `
self . _view . instanceContainerTitle = yo `
< div class = $ { css . instanceContainerTitle }
< div class = $ { css . instanceContainerTitle }
title = "Autogenerated generic user interfaces for interaction with deployed contracts" >
title = "Autogenerated generic user interfaces for interaction with deployed contracts" >
UI for Deployed Contracts
Deployed Contracts
$ { self . _view . clearInstanceElement }
$ { self . _view . clearInstanceElement }
< / d i v > `
< / d i v > `
self . _view . noInstancesText = yo `
self . _view . noInstancesText = yo `
@ -72,7 +72,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) {
< / d i v > `
< / d i v > `
self . recorderOpts = {
self . recorderOpts = {
title : 'Event s recorded:' ,
title : 'Transaction s recorded:' ,
collapsedView : self . _view . collapsedView
collapsedView : self . _view . collapsedView
}
}
@ -264,7 +264,7 @@ function makeRecorder (appAPI, appEvents, opts, self) {
} )
} )
}
}
} else {
} 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.' )
}
}
}
}
} )
} )