Skip to content

Commit

Permalink
api: fix boliviano symbol (#1260)
Browse files Browse the repository at this point in the history
* fix boliviano symbol

* es: recieved fix
  • Loading branch information
nalinbhardwaj authored Aug 10, 2024
1 parent b4ba63c commit 12f355d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/daimo-mobile/src/i18n/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const es: LanguageDefinition = {
fulfilledRequest: () => `Petición satisfecha`,
cancelledLink: () => `Link cancelado`,
sent: () => `Enviado`,
received: () => `Recivida`,
received: () => `Recibida`,
},
whyNoFees: {
title: () => `Sobre esta transferencia`,
Expand Down
2 changes: 1 addition & 1 deletion packages/daimo-common/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const currencyRateUSD: CurrencyExchangeRate = {
const data: [string, string, string, number][] = [
["Euro", "€", "EUR", 2],
["Argentine Peso", "ARS", "ARS", 0],
["Bolivian Boliviano", "$b", "BOB", 0],
["Bolivian Boliviano", "$Bs", "BOB", 0],
["Turkish Lira", "₺", "TRY", 0],
["New Taiwan Dollar", "NT$", "TWD", 0],
["Ukrainian Hryvnia", "₴", "UAH", 0],
Expand Down

0 comments on commit 12f355d

Please sign in to comment.