From 081cb7a6957747af8588acd373de133fb8270eba Mon Sep 17 00:00:00 2001 From: Carlos Mondragon Date: Wed, 10 Oct 2018 16:21:47 -0700 Subject: [PATCH] Updated protip, not sure what to write there. --- public/app/features/api-keys/ApiKeysPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/api-keys/ApiKeysPage.tsx b/public/app/features/api-keys/ApiKeysPage.tsx index ab5f8f2c8bc..1430da03e50 100644 --- a/public/app/features/api-keys/ApiKeysPage.tsx +++ b/public/app/features/api-keys/ApiKeysPage.tsx @@ -112,7 +112,7 @@ export class ApiKeysPage extends PureComponent { buttonIcon: 'fa fa-plus', buttonLink: 'org/apikeys/new', buttonTitle: ' New API Key', - proTip: 'Assign folder and dashboard permissions to teams instead of users to ease administration.', + proTip: 'Remember you can provide view-only API access to other applications.', proTipLink: '', proTipLinkTitle: '', proTipTarget: '_blank',