Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'wallet' of github.com:ethereum/mist into wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Feb 29, 2016
2 parents ebc6097 + 4e5baf8 commit f2476cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/client/templates/popupWindows/onboardingScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Template['popupWindows_onboardingScreen_importAccount'].events({

// move to add account screen, when in the onboarding window
if($('.onboarding-start')[0]) {
TemplateVar.setTo('.onboarding-account', 'newAccount', address);
TemplateVar.setTo('.onboarding-account', 'newAccount', web3.toChecksumAddress(address));
TemplateVar.setTo('.onboarding-screen', 'currentActive', 'account');

// otherwise simply close the window
Expand Down Expand Up @@ -331,9 +331,9 @@ Template['popupWindows_onboardingScreen_password'].events({
TemplateVar.set(template, 'creatingPassword', false);

if(!e) {
TemplateVar.setTo('.onboarding-account', 'newAccount', res);
TemplateVar.setTo('.onboarding-account', 'newAccount', web3.toChecksumAddress(res));
TemplateVar.setTo('.onboarding-screen', 'currentActive', 'account');

// clear form
pw = pwRepeat = null;

Expand Down
4 changes: 4 additions & 0 deletions interface/i18n/mist.en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,9 @@
}
}
}
},
"elements": {
"checksumAlert":"This address looks valid, but it doesn't have some security features that will protect you against typos, so double check you have the right one. If provided, check if the security icon matches.",
"identiconHelper": "This is a security icon, if there's any change on the address the resulting icon should be a completelly different one"
}
}

1 comment on commit f2476cc

@romellsee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry im new amatir this GitHub , thanks you your permission. step step by i do it
thanks..

Please sign in to comment.