There's no need for mentioning author as an author
This commit is contained in:
parent
a206266a24
commit
0448c3703c
|
@ -103,8 +103,7 @@ var BarChart = React.createClass({
|
|||
},
|
||||
item: {
|
||||
repo: 'repository',
|
||||
team: 'team',
|
||||
user: 'author'
|
||||
team: 'team'
|
||||
},
|
||||
actions: {
|
||||
repo: 'which were the most attended by',
|
||||
|
|
|
@ -179,8 +179,7 @@ var StackedAreaChart = React.createClass({
|
|||
},
|
||||
item: {
|
||||
repo: 'repository',
|
||||
team: 'team',
|
||||
user: 'author'
|
||||
team: 'team'
|
||||
},
|
||||
actions: {
|
||||
repo: 'which were the most attended by',
|
||||
|
|
Loading…
Reference in New Issue