Unverified Commit b4abd45b authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Update settings-tab.js

parent d4858b66
......@@ -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