Skip to content

Commit

Permalink
Merge branch 'main' into fix/version_comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez authored Jan 22, 2025
2 parents 11eaa7d + 5e063ae commit ac6a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/app/screens/Feed/DataQualitySummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function DataQualitySummary({
?.unique_warning_count} ${t(
'common:feedback.warnings',
)}`
: t('common:feedback.no_warnings')
: t('common:feedback.noWarnings')
}
color={
latestDataset?.validation_report?.unique_warning_count !==
Expand Down

0 comments on commit ac6a920

Please sign in to comment.