Skip to content

Commit

Permalink
chore(i18n): add missing translations for fidelity bonds form (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni authored Sep 15, 2022
1 parent ff50e25 commit 09c1d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fb/CreateFidelityBond.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const CreateFidelityBond = ({ otherFidelityBondExists, accountBalances, totalBal
}

if (timelockedAddress === null) {
return <div>{t('earn.fidelity_bond.error.loading_address')}</div>
return <div>{t('earn.fidelity_bond.error_loading_address')}</div>
}

return (
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09c1d30

Please sign in to comment.