Skip to content

Commit

Permalink
no histories to no transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau committed Feb 27, 2024
1 parent 82520a6 commit 5d1ad05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/bridge/ethereum/L1History.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
</div>
<div v-else>
<div v-if="isLoadingHistories">{{ $t('common.loading') }}</div>
<div v-else>{{ $t('bridge.noHistory') }}</div>
<div v-else>{{ $t('bridge.noTransactions') }}</div>
</div>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ export default {
history: 'Recent History',
actionRequired: 'Action Required',
claim: 'Claim',
noHistory: 'No histories found',
noTransactions: 'No transactions found',
completed: 'Completed',
inProgress: 'In Progress',
approvalMaxAmount: 'Approve Max Amount (option)',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/es/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ export default {
history: 'Historia reciente',
actionRequired: 'Acción requerida',
claim: 'Reclamar',
noHistory: 'No se ha encontrado historial',
noTransactions: 'No se encontraron transacciones',
completed: 'Completado',
inProgress: 'En progreso',
approvalMaxAmount: 'Aprobar importe máximo (opcional)',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ export default {
history: 'Historique récent',
actionRequired: 'Action requise',
claim: 'Réclamer',
noHistory: 'Aucun historique trouvé',
noTransactions: 'Aucune transaction trouvé',
completed: 'Terminé',
inProgress: 'En cours',
approvalMaxAmount: 'Approuver le montant maximum (option)',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/ja/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ export default {
history: '最近の履歴',
actionRequired: '必要なアクション',
claim: '請求',
noHistory: '履歴が見つかりません',
noTransactions: 'トランザクションが見つかりませんでした',
completed: '完了',
inProgress: '進行中',
approvalMaxAmount: '最高額の承認(オプション)',
Expand Down

0 comments on commit 5d1ad05

Please sign in to comment.