mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: vByte in loc
This commit is contained in:
parent
4e7ab890b8
commit
9d5c6f2990
2 changed files with 2 additions and 2 deletions
|
@ -1129,7 +1129,7 @@ export class BlueReplaceFeeSuggestions extends Component {
|
|||
</View>
|
||||
</TouchableOpacity>
|
||||
<BlueText style={{ color: BlueCurrentTheme.colors.alternativeTextColor }}>
|
||||
{loc.formatString(loc.send.fee_replace_min, { min: this.props.transactionMinimum })}
|
||||
{loc.formatString(loc.send.fee_replace_minvb, { min: this.props.transactionMinimum })}
|
||||
</BlueText>
|
||||
</View>
|
||||
);
|
||||
|
|
|
@ -231,7 +231,7 @@
|
|||
"fee_custom": "Custom",
|
||||
"fee_fast": "Fast",
|
||||
"fee_medium": "Medium",
|
||||
"fee_replace_min": "The total fee rate (satoshi per vbyte) you want to pay should be higher than {min} sat/vbyte.",
|
||||
"fee_replace_minvb": "The total fee rate (satoshi per vbyte) you want to pay should be higher than {min} sat/vbyte.",
|
||||
"fee_satvbyte": "in sat/vByte",
|
||||
"fee_slow": "Slow",
|
||||
"header": "Send",
|
||||
|
|
Loading…
Add table
Reference in a new issue