소스 검색

[hotfix]: typo in consumer groups error message (#952)

Co-authored-by: Марат Чукмаров <mchukmarov@infotech.team>
Marat Chukmarov 3 년 전
부모
커밋
d5289e1d13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kafka-ui-react-app/src/redux/actions/thunks/consumerGroups.ts

+ 1 - 1
kafka-ui-react-app/src/redux/actions/thunks/consumerGroups.ts

@@ -29,7 +29,7 @@ export const fetchConsumerGroupsList =
       const response = await getResponse(e);
       const alert: FailurePayload = {
         subject: ['consumer-groups', clusterName].join('-'),
-        title: `Consumer Gropups`,
+        title: `Consumer Groups`,
         response,
       };
       dispatch(actions.fetchConsumerGroupsAction.failure({ alert }));