Removed unnecessary comma

This commit is contained in:
Reed Garmsen
2015-06-17 09:54:06 -07:00
parent 133c4d8de1
commit 7bd2c10e0a
+1 -1
View File
@@ -34,5 +34,5 @@ var strings = {
Team: "team",
TeamPlural: "teams",
Company: "company",
CompanyPlural: "companies",
CompanyPlural: "companies"
};