Skip to content

Commit

Permalink
fix translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Jan 9, 2025
1 parent f378e6e commit 2595bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function TemplateError() {
</Label>
<Card className="border border-destructive p-3">
<pre className="w-full whitespace-pre-wrap">
{t(`common.errors.DataSourceError.${translationKey}`)}
{t(`common.knownErrors.${translationKey}`)}
</pre>
</Card>
</div>
Expand Down

0 comments on commit 2595bef

Please sign in to comment.