FIX: vByte in loc

This commit is contained in:
Ivan Vershigora 2021-09-15 17:24:51 +03:00 committed by Overtorment
parent 4e7ab890b8
commit 9d5c6f2990
2 changed files with 2 additions and 2 deletions

View file

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

View file

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