Skip to content

Commit 1c877c0

Browse files
committed
Merge branch develop into 'feat/app-switcher'
1 parent 83fb5f4 commit 1c877c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/AppSelector/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { RecentlyVisitedGroupedOptionsType } from '@devtron-labs/devtron-fe-common-lib/dist'
1+
import { RecentlyVisitedGroupedOptionsType } from '@devtron-labs/devtron-fe-common-lib'
22

33
export const getMinCharSearchPlaceholderGroup = (resourceKind): RecentlyVisitedGroupedOptionsType => ({
44
label: `All ${resourceKind}`,

src/components/ApplicationGroup/AppGroup.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const envListOptions = (
183183
isRecentlyVisited: true,
184184
})) as RecentlyVisitedOptions[],
185185
},
186-
getMinCharSearchPlaceholderGroup('App Group'),
186+
getMinCharSearchPlaceholderGroup('Environments'),
187187
]
188188
: [],
189189
)

0 commit comments

Comments
 (0)