-
Notifications
You must be signed in to change notification settings - Fork 195
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: "Add account" to "Connect Wallet" #2896
fix: "Add account" to "Connect Wallet" #2896
Conversation
"Accounts" (Manage accounts) - Title changed to "Wallets" - Button changed to "Connect a Wallet" - removed outdated translations
Updated "Manage Accounts" -> "Manage Wallets" "Switch Accounts" -> "Switch Wallet"
"Add a new account" -> "Connect a Wallet"
…arshRawat1/lightning-browser-extension into dev2-swap-accounts-to-wallets
1b20e07
to
d33c235
Compare
61569e7
to
f0a170c
Compare
This reverts commit 8a30396.
This reverts commit f0a170c.
This reverts commit ed4db7a.
This reverts commit 283adfd.
Updated the Accounts component test to correctly look for the text 'Wallets' instead of 'Accounts'. This change aligns the test with the current state of the Accounts component.
Updated the AccountMenu component test to correctly look for the text 'Switch Wallet' instead of 'Switch account'. This change aligns the test with the current state of the AccountMenu component.
@reneaaron @bumi @stackingsaunter The PR is ready for review. |
Updated instruction example for adding a new string. Depends on - getAlby#2896
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.
Two minor changes requested, besides it's good
@reneaaron I know you didn't like capitalisation. We are currently mixing both sentence and title case in buttons and dropdowns, there are 0 rules about this: I just chose title case for this changes, I think it's slightly better but it's a matter of preference. Anyway, we can discuss it in another issue maybe and then change it all across all copy in the extension |
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.
tACK
Fixes _ #2872
Describe the changes you have made in this PR
"Accounts" (Manage accounts)
Current page
Updated Page
"Account settings" page
Current page
Updated Page
"Settings" page
Current page
Updated Page
"Manage accounts" --> "Manage Wallets" "Add a new account" --> "Connect a Wallet"
current
Updated
Updated "Remove account"
Modules renamed ( Important )
"options.account.account_settings" -> "options.account.wallet_settings"
"actions.remove_account" - > "actions.disconnect_wallet"
"actions.add_account" -> "actions.connect_wallet"
Link this PR to an issue [optional]
Fixes _ #2872
Type of change
(Remove other not matching type)
feat
: New feature (non-breaking change which adds functionality)Checklist
- Updated Accounts test
- Updated AccountMenu test