Skip to content

Commit ca02760

Browse files
committed
fix: correct capitalization of 'Node Conditions' in NODE_DETAILS_TABS
1 parent 697b60e commit ca02760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ClusterNodes/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const CLUSTER_STATUS = {
6767
export const NODE_DETAILS_TABS = {
6868
summary: 'Summary',
6969
yaml: 'YAML',
70-
nodeConditions: 'Node conditions',
70+
nodeConditions: 'Node Conditions',
7171
debug: 'Debug',
7272
}
7373

0 commit comments

Comments
 (0)