-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(connect-popup): update text in selectAccount #12340
Conversation
@@ -670,16 +670,12 @@ <h3></h3> | |||
<div class="select-account p2wpkh"> | |||
<div> | |||
<div class="tabs"> | |||
<div data-tab="p2wpkh" class="tab-selection p2wpkh">Accounts</div> | |||
<div data-tab="p2wpkh" class="tab-selection p2wpkh">Default accounts</div> |
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.
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.
"Default accounts (SegWit)" seems fine. 👍🏻
Don't know from the top of my head how we handle SegWit/Segwit in Suite. Please use whatever is in Suite.
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.
I'm using the same label as in Suite which doesn't say SegWit, but maybe it's better to mention it
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.
Here is a different environment for the users, so let's mention it.
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.
However I was talking about whether we use SegWit (big "W") or Segwit (small "w").
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.
I think big W is standard
d4f35b1
to
fcbb434
Compare
11e7c34
to
5b36bae
Compare
5b36bae
to
030fe8b
Compare
Description
Rename account types to be the same as in Suite:
Removed warning about support in Trezor Wallet
Screenshots