Skip to content

Commit

Permalink
NCL-7214 Update description for GroupConfigsPage
Browse files Browse the repository at this point in the history
  • Loading branch information
DnsZhou committed Jul 14, 2023
1 parent 228ca71 commit 5182f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/GroupConfigsPage/GroupConfigsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const GroupConfigsPage = ({ componentId = 'g1' }: IGroupConfigsPage) => {
title={PageTitles.groupConfigs}
description={
<>
This page contains all Group Configs, which are the configurations for group builds. Usually one Group Config may
contains multiple Build Configs.
This page contains all Group Configs. Usually one Group Config may contain multiple Build Configs and it produces a
Group Build during the build process.
</>
}
actions={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Object {
data-ouia-safe="true"
data-pf-content="true"
>
This page contains all Group Configs, which are the configurations for group builds. Usually one Group Config may contains multiple Build Configs.
This page contains all Group Configs. Usually one Group Config may contain multiple Build Configs and it produces a Group Build during the build process.
</p>
</div>
<div
Expand Down Expand Up @@ -627,7 +627,7 @@ Object {
data-ouia-safe="true"
data-pf-content="true"
>
This page contains all Group Configs, which are the configurations for group builds. Usually one Group Config may contains multiple Build Configs.
This page contains all Group Configs. Usually one Group Config may contain multiple Build Configs and it produces a Group Build during the build process.
</p>
</div>
<div
Expand Down

0 comments on commit 5182f78

Please sign in to comment.