浏览代码

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