Skip to content

Commit 484ffdd

Browse files
committed
chore: code cleanup
1 parent 76a6e3f commit 484ffdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ApplicationGroup/List/EnvironmentsList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ import EnvironmentsListView from './EnvironmentListView'
4141
import './EnvironmentsList.scss'
4242

4343
const renderAppGroupDescriptionContent = () =>
44-
' Application Groups represent an environment and display all applications deployed to it. They simplify deploying interdependent microservices by allowing you to build and deploy multiple applications together.'
44+
'Application Groups represent an environment and display all applications deployed to it. They simplify deploying interdependent microservices by allowing you to build and deploy multiple applications together.'
4545

4646
const renderAdditionalHeaderInfo = () => (
4747
<FeatureTitleWithInfo
48-
title="Application Group"
48+
title="Application Groups"
4949
docLink="APP_GROUP"
5050
showInfoIconTippy
5151
renderDescriptionContent={renderAppGroupDescriptionContent}

0 commit comments

Comments
 (0)