Unverified Commit 3d59babe authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1627 from ethereum/LianaHus-typo

fixed a typo in Settings tab
parents d4858b66 b4abd45b
......@@ -75,7 +75,7 @@ module.exports = class SettingsTab {
<div class=${css.title}>General settings</div>
<div class="${css.crow}">
<div>${self._view.generateContractMetadata}</div>
<span class="${css.checkboxText}">Generate contract metadata. Generate a JSON file in the contract folder. Allows to specify library addresses the contract depends on. If nothing is specified, Remix deploy libraries automatically.</span>
<span class="${css.checkboxText}">Generate contract metadata. Generate a JSON file in the contract folder. Allows to specify library addresses the contract depends on. If nothing is specified, Remix deploys libraries automatically.</span>
</div>
<div class="${css.crow}">
<div>${self._view.optionVM}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment