Use less words
This commit is contained in:
parent
6f75795a6e
commit
43ab863cc3
|
@ -29,10 +29,10 @@ var BarChart = React.createClass({
|
||||||
"team-repo": "working on",
|
"team-repo": "working on",
|
||||||
"team-org": "working on repositories of",
|
"team-org": "working on repositories of",
|
||||||
"user-org": "working on repositories of",
|
"user-org": "working on repositories of",
|
||||||
"repo-org": "that were most actively modified by the members of",
|
"repo-org": "most actively modified by the members of",
|
||||||
"user-team": "working on repositories of the",
|
"user-team": "working on repositories of the",
|
||||||
"repo-team": "that were most actively modified by the members of the",
|
"repo-team": "most actively modified by the members of the",
|
||||||
"repo-user": "that were most actively modified by"
|
"repo-user": "most actively modified by"
|
||||||
},
|
},
|
||||||
targetSuffix: { // Subject of current context
|
targetSuffix: { // Subject of current context
|
||||||
repo: "repository",
|
repo: "repository",
|
||||||
|
|
Loading…
Reference in New Issue