-
Notifications
You must be signed in to change notification settings - Fork 146
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: inscriptions settings btn and available balance #6050
base: dev
Are you sure you want to change the base?
Conversation
@@ -21,7 +21,7 @@ import { PrivateTextLayout } from '@app/components/privacy/private-text.layout'; | |||
import { BasicTooltip } from '../tooltip/basic-tooltip'; | |||
|
|||
const availableBalanceTooltipLabel = | |||
'Total balance minus outbound transfers, protected collectibles and uneconomical UTXOs.'; | |||
'Total balance minus locked amounts, outbound transfers, protected collectibles and uneconomical UTXOs'; |
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 not sure the .
should have been removed here. I do think we typ include in other tooltips?
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.
@markmhendrickson I also think you meant we need to actually deduct first from the new available balance at top?
I initially approved this, but I'm not confident adding |
EDIT: Nvm, this was me and my .env file. |
this pr fixes: