added pro-tip text, removed pro-tip link

This commit is contained in:
Patrick O'Carroll 2018-08-30 15:02:20 +02:00
parent 277c735814
commit 6832b80735

View File

@ -113,9 +113,9 @@ export class TeamList extends React.Component<Props, any> {
buttonIcon: 'fa fa-plus', buttonIcon: 'fa fa-plus',
buttonLink: 'org/teams/new', buttonLink: 'org/teams/new',
buttonTitle: ' New team', buttonTitle: ' New team',
proTip: 'Something something.', proTip: 'Assign folder and dashboard permissions to teams instead of users to ease administration.',
proTipLink: '#', proTipLink: '',
proTipLinkTitle: 'Learn more', proTipLinkTitle: '',
proTipTarget: '_blank', proTipTarget: '_blank',
}} }}
/> />