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: {
|
item: {
|
||||||
repo: 'repository',
|
repo: 'repository',
|
||||||
team: 'team',
|
team: 'team'
|
||||||
user: 'author'
|
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
repo: 'which were the most attended by',
|
repo: 'which were the most attended by',
|
||||||
|
|
|
@ -179,8 +179,7 @@ var StackedAreaChart = React.createClass({
|
||||||
},
|
},
|
||||||
item: {
|
item: {
|
||||||
repo: 'repository',
|
repo: 'repository',
|
||||||
team: 'team',
|
team: 'team'
|
||||||
user: 'author'
|
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
repo: 'which were the most attended by',
|
repo: 'which were the most attended by',
|
||||||
|
|
Loading…
Reference in New Issue