fix: changed error rate to error percentage

This commit is contained in:
sawhil 2025-04-22 18:16:41 +05:30 committed by Sahil Khan
parent 36827a1667
commit 6b418a125b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ function DomainMetrics({ domainData }: { domainData: any }): JSX.Element {
type="secondary"
className="domain-details-metadata-label"
>
ERROR RATE
ERROR %
</Typography.Text>
<Typography.Text
type="secondary"

View File

@ -54,7 +54,7 @@ function EndPointMetrics({
type="secondary"
className="domain-details-metadata-label"
>
ERROR RATE
ERROR %
</Typography.Text>
<Typography.Text
type="secondary"