Fix Typo (#54)

This commit is contained in:
Steve Faulkner 2020-06-24 13:35:30 -05:00 committed by GitHub
parent 269ea6a349
commit d22cb598a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,7 @@ export default class Collection implements ViewModels.Collection {
*/
public getLabel(): string {
if (this.container.isPreferredApiTable()) {
return "Entitites";
return "Entities";
} else if (this.container.isPreferredApiCassandra()) {
return "Rows";
} else if (this.container.isPreferredApiGraph()) {