make for better translation

This commit is contained in:
Brent M Clark 2019-10-22 21:58:07 -05:00 committed by Sean Yesmunt
parent eaa196a768
commit 46d1cfcbed

View file

@ -42,7 +42,7 @@ function ModalRemoveFile(props: Props) {
<div> <div>
<FormField <FormField
name="claim_abandon" name="claim_abandon"
label={`${__('Abandon on blockchain')} (${__('reclaim')} ${claim.amount} ${__('LBC')})`} label={__('Abandon on blockchain (reclaim %amount% LBC)', { amount: claim.amount })}
type="checkbox" type="checkbox"
checked={abandonChecked} checked={abandonChecked}
onChange={() => setAbandonChecked(!abandonChecked)} onChange={() => setAbandonChecked(!abandonChecked)}