Skip to content

Commit

Permalink
fix no warnings label (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez authored Jan 22, 2025
1 parent 406c0c9 commit 5e063ae
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 5e063ae

Please sign in to comment.