Skip to content

Commit

Permalink
Merge pull request #68 from burnable-tech/dev
Browse files Browse the repository at this point in the history
Change error wording
  • Loading branch information
coinop-logan authored Aug 1, 2019
2 parents 732c237 + d5d940c commit 1c6e6f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

<body>
<div id='elm'></div>
<script type="text/javascript" src="/DAIHard/static/js/main-0891f198a1fab6cb4abb.js"></script></body>
<script type="text/javascript" src="/DAIHard/static/js/main-30b6f9d20a094e02ae79.js"></script></body>

</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

<body>
<div id='elm'></div>
<script type="text/javascript" src="/DAIHard/static/js/main-0891f198a1fab6cb4abb.js"></script></body>
<script type="text/javascript" src="/DAIHard/static/js/main-30b6f9d20a094e02ae79.js"></script></body>

</html>

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/UserNotice.elm
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ wrongWeb3Network =
{ label = "wrongWeb3Network"
, noticeType = Error
, mainParagraphs =
[ [ Element.text "Your wallet is set to an incorrect network." ]
, [ Element.text "Switch to Ethereum mainnet, Ethereum test, Rootstock, or xDai." ]
[ [ Element.text "Make sure your wallet is set to a compatible network." ]
, [ Element.text " At the moment DAIHard works on: xDai, the Kovan Ethereum Test Net, or Ethereum Main Net." ]
]
, align = BottomRight
}
Expand Down

0 comments on commit 1c6e6f3

Please sign in to comment.