-
Notifications
You must be signed in to change notification settings - Fork 41
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: lightning gateway dashboard changes #311
Conversation
}, | ||
"withdraw-card": { | ||
"address-label": "Your address:", | ||
"address-placeholder": "Enter your btc address", | ||
"amount-label": "Amount (sats):", | ||
"amount-placeholder": "Enter amount in sats", | ||
"card-header": "Withdraw Bitcoin", | ||
"card-header": "Withdraw Bitcoin (eCash -> BTC)", |
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.
don't think we should translate `(eCash -> BTC)
fontWeight='600' | ||
color={theme.colors.gray[800]} | ||
fontFamily={theme.fonts.body} | ||
> | ||
{balance_msat / 1000} | ||
{balance_msat / 1000} {'sats'} |
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.
nit: ${balance_msat / 1000} sats
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.
lgtm
Made some copy changes per discussions from design call earlier: