Skip to content

Commit 5e063ae

Browse files
authored
fix no warnings label (#890)
1 parent 406c0c9 commit 5e063ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/app/screens/Feed/DataQualitySummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default function DataQualitySummary({
9999
?.unique_warning_count} ${t(
100100
'common:feedback.warnings',
101101
)}`
102-
: t('common:feedback.no_warnings')
102+
: t('common:feedback.noWarnings')
103103
}
104104
color={
105105
latestDataset?.validation_report?.unique_warning_count !==

0 commit comments

Comments
 (0)