Merge pull request #1627 from ethereum/LianaHus-typo

fixed a typo in Settings tab
pull/1/head
yann300 6 years ago committed by GitHub
commit 3d59babea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/settings-tab.js

@ -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>

Loading…
Cancel
Save