Skip to content

Commit

Permalink
Merge pull request #96 from gobitfly/BIDS-2853/FixTextForSlashing
Browse files Browse the repository at this point in the history
Fix translation identifier for slashings on modal
  • Loading branch information
D13ce authored Mar 12, 2024
2 parents ed121b6 + 572d9d7 commit 1a5cb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/dashboard/ValidatorSubsetModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const caption = computed(() => {
text = $t('dashboard.validator.summary.row.sync')
break
case 'slashings':
text = $t('dashboard.validator.summary.row.slashings')
text = $t('dashboard.validator.summary.row.slashed')
break
case 'proposal':
text = $t('dashboard.validator.summary.row.proposals')
Expand Down

0 comments on commit 1a5cb8d

Please sign in to comment.