Skip to content

Commit

Permalink
Update translations for USDT integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Oct 24, 2024
1 parent 4de1204 commit 1164fa4
Show file tree
Hide file tree
Showing 11 changed files with 2,908 additions and 1,800 deletions.
6 changes: 6 additions & 0 deletions public/nginx-allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
^\/send\/nim[\/#\?]?$
^\/send\/btc[\/#\?]?$
^\/send\/usdc[\/#\?]?$
^\/send\/usdt[\/#\?]?$
^\/receive[\/#\?]?$
^\/receive\/nim[\/#\?]?$
^\/receive\/btc[\/#\?]?$
^\/receive\/usdc[\/#\?]?$
^\/receive\/usdt[\/#\?]?$
^\/transaction(?:\/([^\/#\?]+?))[\/#\?]?$
^\/trade[\/#\?]?$
^\/buy[\/#\?]?$
Expand All @@ -22,8 +24,12 @@
^\/btc-transaction(?:\/([^\/#\?]+?))[\/#\?]?$
^(?:\/(bitcoin:.+))[\/#\?]?$
^\/usdc-activation[\/#\?]?$
^\/usdt-activation[\/#\?]?$
^\/usdc-transaction(?:\/([^\/#\?]+?))[\/#\?]?$
^\/usdt-transaction(?:\/([^\/#\?]+?))[\/#\?]?$
^(?:\/(polygon:.+))[\/#\?]?$
^\/usdt-added[\/#\?]?$
^\/stablecoin-selection[\/#\?]?$
^\/swap(?:\/([^\/#\?]+?))?[\/#\?]?$
^\/moonpay-sell-info[\/#\?]?$
^\/moonpay[\/#\?]?$
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/AccountOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<div class="usdc-account-item reset flex-column" @click="selectStablecoin">
<div class="usdc-account-item-name flex-row">
<template v-if="!stablecoin">
<UsdcIcon/><UsdtIconPadded class="pull-left"/>{{ $t('USDC/USDT') }}
<UsdcIcon/><UsdtIconPadded class="pull-left"/>USDC/USDT
</template>
<template v-if="stablecoin === CryptoCurrency.USDC">
<UsdcIcon/>{{ $t('USD Coin') }}
Expand Down
Loading

0 comments on commit 1164fa4

Please sign in to comment.