Skip to content

Commit af7795e

Browse files
#RI-5895 - update text
1 parent 2d12e48 commit af7795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/rdi/statistics/StatisticsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const StatisticsPage = () => {
8989

9090
// todo add interface
9191
if (statisticsResults.status === 'failed') {
92-
return <EuiText style={{ margin: '20px auto' }}>unexpected error in your RDI endpoint, please refresh the page</EuiText>
92+
return <EuiText style={{ margin: '20px auto' }}>Unexpected error in your RDI endpoint, please refresh the page</EuiText>
9393
}
9494

9595
const { data: statisticsData } = statisticsResults

0 commit comments

Comments
 (0)