Skip to content

Commit

Permalink
Fix translation of data-provided-by in providers
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Oct 4, 2023
1 parent 2858643 commit 38950f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/components/molecules/DataProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function DataProviders() {
>
<Title size="h3" order={3} color="primary" mb="md" underline>
<Group spacing="sm">
<IconDatabase /> {t('text:resources-provided-by')}
<IconDatabase /> {t('data_providers.provided_by')}
</Group>
</Title>

Expand Down

0 comments on commit 38950f1

Please sign in to comment.