소스 검색

NewDataSource: Updated page header title

Torkel Ödegaard 6 년 전
부모
커밋
10098082b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/features/datasources/NewDataSourcePage.tsx

+ 1 - 1
public/app/features/datasources/NewDataSourcePage.tsx

@@ -202,7 +202,7 @@ export function getNavModel(): NavModel {
   const main = {
     icon: 'gicon gicon-add-datasources',
     id: 'datasource-new',
-    text: 'New data source',
+    text: 'Add data source',
     href: 'datasources/new',
     subTitle: 'Choose a data source type',
   };