-
Notifications
You must be signed in to change notification settings - Fork 984
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
"send" label changed to "next" in wallet #10160
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (7)
|
@@ -130,7 +130,7 @@ | |||
[render-contact to from-chat?]]] | |||
[toolbar/toolbar | |||
{:center | |||
{:label :t/wallet-send | |||
{:label :t/next |
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.
we can't just change label, because it can be "send" when you're sending request
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.
when we send tx in chat
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!
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.
Updated logic
94% of end-end tests have passed
Failed tests (6)Click to expand
Passed tests (90)Click to expand |
@vkjr All good when sending TX from Wallet and when sending TX in 1-1 chat to the user with ENS name set. But there is one place where still 'Send' used instead of 'Next'. When sending TX from chat (after user shared address via 'Accept and share address' button).
|
100% of end-end tests have passed
Passed tests (96)Click to expand
|
@Serhy, thanks! Fixed that. |
Issue is fixed, tested triggering transactions from 1-1 chat, dapp and wallet. |
@vkjr you can merge |
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
done ;) |
fixes #9974
Summary
Label changed
Platforms
status: ready