mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 00:41:31 +00:00
Fix Typo (#54)
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user