Fix Typo (#54)
This commit is contained in:
parent
269ea6a349
commit
d22cb598a9
|
@ -1409,7 +1409,7 @@ export default class Collection implements ViewModels.Collection {
|
||||||
*/
|
*/
|
||||||
public getLabel(): string {
|
public getLabel(): string {
|
||||||
if (this.container.isPreferredApiTable()) {
|
if (this.container.isPreferredApiTable()) {
|
||||||
return "Entitites";
|
return "Entities";
|
||||||
} else if (this.container.isPreferredApiCassandra()) {
|
} else if (this.container.isPreferredApiCassandra()) {
|
||||||
return "Rows";
|
return "Rows";
|
||||||
} else if (this.container.isPreferredApiGraph()) {
|
} else if (this.container.isPreferredApiGraph()) {
|
||||||
|
|
Loading…
Reference in New Issue