Skip to content

Commit

Permalink
feat: implement ₿ as currency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Feb 7, 2024
1 parent ee339b4 commit 256d09a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
},
"allowance_view": {
"budget_spent": "Budget spent",
"sats": "sats",
"sats": "",
"no_transactions": "No transactions on <0>{{name}}</0> yet.",
"total_spent": "Total spent",
"total_payments": "Total payments",
Expand Down Expand Up @@ -972,8 +972,8 @@
"connected_sites": "Connected Sites",
"wallet": "Wallet",
"full_screen": "Full Screen",
"sats_one": "sat",
"sats_other": "sats",
"sats_one": "",
"sats_other": "",
"loading": "loading",
"amount": "Amount",
"optional": "Optional",
Expand Down

0 comments on commit 256d09a

Please sign in to comment.