diff --git a/README.md b/README.md index 345eaa8..488e780 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,18 @@ npm start ## Todo - ENSL.org: Authentication -- ENSL.org: Pull user data and bans -- ENSL.org: API to allow ENSL to pull current gather status -- Hive Integration: Pull stats -- Steam Integration: Outbound steam messaging -- Admin tools - kick user/edit messages -- Add a backend datastore to persist gather data and messages -- Add sounds -- WebRTC? -- Add user lifeform + div information -- Show online status +- ENSL.org: Pull bans +- ENSL.org: Pull teams +- ENSL.org: Pull servers +- ENSL.org: Pull bans +- Hive.naturalselection2.com: Pull stats +- Steam: Outbound steam messaging +- Backend datastore for messages and gathers +- Add sounds and configuration +- Add user profile + backend store +- Show online/away/offline status +- Admin tools: Modify Messages +- Admin tools: Remove gatherer ## License diff --git a/lib/react/gather.jsx b/lib/react/gather.jsx index 77fedca..de6406b 100644 --- a/lib/react/gather.jsx +++ b/lib/react/gather.jsx @@ -182,7 +182,7 @@ var GatherProgress = React.createClass({ case "election": return "Currently voting for team leaders."; case "selection": - return "Waiting for leaders to picking teams."; + return "Waiting for leaders to pick teams."; case "done": return "Gather completed."; default: diff --git a/public/js/app.js b/public/js/app.js index f67d599..cec01d1 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -182,7 +182,7 @@ var GatherProgress = React.createClass({displayName: "GatherProgress", case "election": return "Currently voting for team leaders."; case "selection": - return "Waiting for leaders to picking teams."; + return "Waiting for leaders to pick teams."; case "done": return "Gather completed."; default: