Skip to content

Commit

Permalink
version and modal message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosch110 committed Jun 22, 2016
1 parent 8b78927 commit 5975e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@ <h2>NEW ACCOUNT - NOTICE</h2>
<br/><br/>
The procedure consists of complex cryptographic operations that use a <b>SEED</b> (a series of random words) to create a unique address for your account.
<br/><br/>
This SEED is extremely important and must be kept in safe place, since it's the only way to recover your account in case of lost, corrupted data or hardware failure.
This SEED is extremely important and must be kept in safe place, since it's the only way to recover your account in case of lost or corrupted data, or hardware failure that will lead to lost funds.
<br/><br/>
Your SEED will also allow you to IMPORT your account to other devices.
<br/><br/>
<i>NOTE: Make sure that you select the entire SEED length before keeping it. It's suggested to use the copy-to-clipboard button located the right side of the SEED box.</i>
<span class="notice-alert">The Waves team holds no responsibility for lost funds resulting from misplaced seeds. The account SEED and other vital information must be immediately saved via our Backup dialog.</span>
<br/><br/>
<i>NOTE: Make sure that you select the entire SEED length before keeping it. You can do this using the copy-to-clipboard function located on the right side of the SEED box.</i>
</p>
<br/>
<button id="close_create_account_modal" class="wButton fade" title="Click here if you understand this message.">I UNDERSTAND</button>
Expand Down
2 changes: 1 addition & 1 deletion js/waves.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var Waves = (function (Waves, $) {
Waves.constants = {
'DB_VERSION': 2,
'CLIENT_VERSION' : '0.3.3a',
'CLIENT_VERSION' : '0.4.0a',
'SCOREX_VERSION' : 'v0.1.3',

'PLUGIN_VERSION': 1,
Expand Down

0 comments on commit 5975e34

Please sign in to comment.