瀏覽代碼

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',
   };