Design hotfix
This commit is contained in:
parent
8cf586f27b
commit
e6e3c36525
|
@ -755,8 +755,7 @@ fun SendFormAmountTextField(
|
|||
Text(
|
||||
text =
|
||||
stringResource(
|
||||
id = R.string.send_usd_amount_hint,
|
||||
zcashCurrency
|
||||
id = R.string.send_usd_amount_hint
|
||||
),
|
||||
style = ZcashTheme.extendedTypography.textFieldHint,
|
||||
color = ZcashTheme.colors.textFieldHint
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<string name="send_address_invalid">Invalid address</string>
|
||||
<string name="send_amount_label">Amount:</string>
|
||||
<string name="send_amount_hint"><xliff:g id="currency" example="ZEC">%1$s</xliff:g> Amount</string>
|
||||
<string name="send_usd_amount_hint"><xliff:g id="currency" example="USD">%1$s</xliff:g> Amount</string>
|
||||
<string name="send_usd_amount_hint">USD Amount</string>
|
||||
<string name="send_amount_insufficient_balance">Insufficient funds</string>
|
||||
<string name="send_amount_invalid">Invalid amount</string>
|
||||
<string name="send_memo_label">Message</string>
|
||||
|
|
Loading…
Reference in New Issue