From 617d07585e67387604f982daf4df260d09b1ebd5 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Tue, 24 Nov 2020 13:53:33 +0100 Subject: [PATCH] updated the tooltip of "Runs" --- apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js b/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js index 830245b762..0114e653ee 100644 --- a/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js +++ b/apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js @@ -198,7 +198,7 @@ class CompilerContainer { id="runs" placeholder="200" type="number" - title="Number of optimisation runs." + title="Estimated number of times each opcode of the deployed code will be executed across the life-time of the contract." onchange=${() => this.onchangeRuns()} >` if (this.compileTabLogic.optimize) this._view.runs.removeAttribute('disabled')