diff --git a/ui/modal/modalRemoveFile/view.jsx b/ui/modal/modalRemoveFile/view.jsx index badd31a66..c95a2b77e 100644 --- a/ui/modal/modalRemoveFile/view.jsx +++ b/ui/modal/modalRemoveFile/view.jsx @@ -60,9 +60,7 @@ function ModalRemoveFile(props: Props) { <FormField name="claim_abandon" label={ - <I18nMessage - tokens={{ lbc: <LbcSymbol prefix={__('reclaim %amount%', { amount: claim && claim.amount })} /> }} - > + <I18nMessage tokens={{ lbc: <LbcSymbol postfix={claim.amount} /> }}> Remove from blockchain (%lbc%) </I18nMessage> }