diff --git a/src/components/fb/CreateFidelityBond.jsx b/src/components/fb/CreateFidelityBond.jsx index c3ec90881..f3a01b20c 100644 --- a/src/components/fb/CreateFidelityBond.jsx +++ b/src/components/fb/CreateFidelityBond.jsx @@ -265,7 +265,7 @@ const CreateFidelityBond = ({ otherFidelityBondExists, accountBalances, totalBal } if (timelockedAddress === null) { - return
{t('earn.fidelity_bond.error.loading_address')}
+ return
{t('earn.fidelity_bond.error_loading_address')}
} return ( diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 7f8e6df9a..d29b83458 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -339,6 +339,7 @@ "review_inputs": { "text_primary_button": "Create fidelity bond", "text_primary_button_unsafe": "Create fidelity bond with potentially less private UTXOs", + "text_primary_button_error": "Try again", "text_secondary_button": "Cancel", "description": "You configured the fidelity bond as follows:", "label_lock_date": "Locked until",