Skip to content

Commit

Permalink
fix(NotificationsDashboardDialogEntity): translation for `group eff…
Browse files Browse the repository at this point in the history
…iciency`
  • Loading branch information
benji-bitfly committed Oct 29, 2024
1 parent 725d9e6 commit d4b309c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ const formatValueWei = (value: string) => {
/>
</template>
<template #heading>
{{ $t('notifications.dashboards.dialog.entity.group_efficiency.heading') }}
{{ $t('notifications.dashboards.dialog.entity.group_efficiency') }}
</template>
<template #item="{ item: groupEfficiencyBelow }">
{{ details?.group_name }}
Expand Down

0 comments on commit d4b309c

Please sign in to comment.