diff --git a/src/Components/Charts/ChartBox/EmptyView.jsx b/src/Components/Charts/ChartBox/EmptyView.jsx index 3913945ce..94b1af7b0 100644 --- a/src/Components/Charts/ChartBox/EmptyView.jsx +++ b/src/Components/Charts/ChartBox/EmptyView.jsx @@ -21,7 +21,7 @@ import IconBox from "../../IconBox"; * } * header="Average Response Time" - * message="No Resposne Time Available" + * message="No Response Time Available" * headingLevel="h2" * justifyContent="center" * height="50%" @@ -105,4 +105,4 @@ EmptyView.propTypes = { height: PropTypes.string }; -export default EmptyView; \ No newline at end of file +export default EmptyView;