Skip to content

Commit 6198b72

Browse files
committed
Capitalize dashboard title
1 parent 2536df1 commit 6198b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Kubernetes/Dashboard/ClusterManagementDashboard.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ClusterManagementDashboard extends Dashboard
88
{
99
public function getTitle(): string
1010
{
11-
return $this->translate('Cluster management');
11+
return $this->translate('Cluster Management');
1212
}
1313

1414
protected function assemble(): void

0 commit comments

Comments
 (0)