jusrhee 5 лет назад
Родитель
Сommit
c1b7f316e3

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/ClusterDashboard.tsx

@@ -102,7 +102,7 @@ export default class ClusterDashboard extends Component<PropsType, StateType> {
               <i className="material-icons">info</i> Info
             </InfoLabel>
           </TopRow>
-          <Description>Porter dashboard for {currentCluster.name}.</Description>
+          <Description>Cluster dashboard for {currentCluster.name}.</Description>
         </InfoSection>
 
         <LineBreak />

+ 1 - 1
dashboard/src/main/home/dashboard/Dashboard.tsx

@@ -42,7 +42,7 @@ export default class Dashboard extends Component<PropsType, StateType> {
               <i className="material-icons">info</i> Info
             </InfoLabel>
           </TopRow>
-          <Description>Porter dashboard for {currentProject && currentProject.name}.</Description>
+          <Description>Project overview for {currentProject && currentProject.name}.</Description>
         </InfoSection>
 
         <LineBreak />