Skip to content

Commit

Permalink
fix: Update broken translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Sep 21, 2022
1 parent e956c7e commit 508daf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ObservationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function ObservationCard(props: ObservationCardProps) {
</div>
</div>
<div className={styles.header}>
<Tooltip content={t('explore.inspect.overrideTooltip')} position="top" minimal>
<Tooltip content={t('explore.inspect.override.tooltip')} position="top" minimal>
{overrideWidget}
</Tooltip>
<Button
Expand Down

0 comments on commit 508daf3

Please sign in to comment.