Explorar el Código

NewDataSource: Updated page header title

Torkel Ödegaard hace 6 años
padre
commit
10098082b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
   };