-
Notifications
You must be signed in to change notification settings - Fork 971
Updates recovery dialog text and buttons #13742
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13742 +/- ##
==========================================
- Coverage 56.53% 56.49% -0.05%
==========================================
Files 283 283
Lines 28817 28818 +1
Branches 4777 4776 -1
==========================================
- Hits 16293 16281 -12
- Misses 12524 12537 +13
|
Oh no, that sucks I did this :( I guess I took too long to get it covered as it was on my plate. I'll give your branch a whirl, although not sure why you removed all this stuff in preferences, with hiding overlays?
And also some first, second recovery keys. |
@arsalankhalid this is just some dead old code that was there and I removed it. |
@@ -166,14 +164,14 @@ ledgerBackupText1=Below, you will find the anonymized recovery key that is requi | |||
ledgerBackupText2=Make sure you keep this key private, or else your wallet will be compromised. | |||
ledgerBackupTitle=Backup your Brave wallet | |||
ledgerPaymentsShown=Brave Payments | |||
ledgerRecoveryContent=Your previous wallet will now be used. Your new wallet will be discarded. | |||
ledgerRecoveryContent=Note: The recovered BAT wallet will be replace the current BAT wallet, which will be discarded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'....will be replace the current...' should be '.....will replace the current....'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Font doesn't look the same from mockup on that sentence either. I'll let @bradleyrichter weigh in.
041c603
to
d4ea370
Compare
The font on the footnote can be Regular and not Bold. Otherwise, it looks good! |
@bradleyrichter remove bold, updated image in the first comment |
Resolves brave#11857 Auditors: Test Plan:
d4ea370
to
deda04c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks all!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good!
Updates recovery dialog text and buttons
Updates recovery dialog text and buttons
Resolves #11857
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
New look
![image](https://user-images.githubusercontent.com/9574457/38814564-0af7fb76-4192-11e8-91d1-1b37257212af.png)
Reviewer Checklist:
Tests