mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
changed messaging
This commit is contained in:
@@ -107,7 +107,7 @@ export class TeamList extends React.Component<Props, any> {
|
||||
return (
|
||||
<div className="page-container page-body">
|
||||
<div className="empty-list-cta">
|
||||
<div className="empty-list-cta__title">There are no Teams defiened yet</div>
|
||||
<div className="empty-list-cta__title">You haven't created any teams yet.</div>
|
||||
<a className="empty-list-cta__button btn btn-xlarge btn-success" href="org/teams/new">
|
||||
<i className="fa fa-plus" /> New team
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user