From 6832b807352ba004b5eef9f3588d700a1ad2bd59 Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Thu, 30 Aug 2018 15:02:20 +0200 Subject: [PATCH] added pro-tip text, removed pro-tip link --- public/app/containers/Teams/TeamList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/containers/Teams/TeamList.tsx b/public/app/containers/Teams/TeamList.tsx index 06b2d20245f..274de170b3c 100644 --- a/public/app/containers/Teams/TeamList.tsx +++ b/public/app/containers/Teams/TeamList.tsx @@ -113,9 +113,9 @@ export class TeamList extends React.Component { buttonIcon: 'fa fa-plus', buttonLink: 'org/teams/new', buttonTitle: ' New team', - proTip: 'Something something.', - proTipLink: '#', - proTipLinkTitle: 'Learn more', + proTip: 'Assign folder and dashboard permissions to teams instead of users to ease administration.', + proTipLink: '', + proTipLinkTitle: '', proTipTarget: '_blank', }} />