Commit 7180464 Andrzej Nagalski
committed
1 parent 3fe670c commit 7180464 Copy full SHA for 7180464
File tree 1 file changed +2
-2
lines changed
dqops/src/main/frontend/src/components/Connection/TableView/TableQualityStatus
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default function TotalChecksExecuted({
14
14
< div > { tableDataQualityStatus . executed_checks } </ div >
15
15
</ div >
16
16
< div className = "flex gap-x-2" >
17
- < div className = "w-42" > Valid :</ div >
17
+ < div className = "w-42" > Correct results :</ div >
18
18
< div > { tableDataQualityStatus . valid_results } </ div >
19
19
</ div >
20
20
< div className = "flex gap-x-2" >
@@ -26,7 +26,7 @@ export default function TotalChecksExecuted({
26
26
< div > { tableDataQualityStatus . errors } </ div >
27
27
</ div >
28
28
< div className = "flex gap-x-2" >
29
- < div className = "w-42" > Fatals :</ div >
29
+ < div className = "w-42" > Fatal results :</ div >
30
30
< div > { tableDataQualityStatus . fatals } </ div >
31
31
</ div >
32
32
< div className = "flex gap-x-2" >
You can’t perform that action at this time.
0 commit comments