Design hotfix

This commit is contained in:
Milan Cerovsky 2024-08-21 18:59:42 +02:00
parent 8cf586f27b
commit e6e3c36525
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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>