Other minor corrections of "relationship type" to "entity type"

This commit is contained in:
Tim Donohue
2021-03-12 14:18:08 -06:00
parent d36ac7e6fa
commit c308e5fd4d
5 changed files with 11 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ export class MetadataRepresentationLoaderComponent implements OnInit {
}
/**
* Fetch the component depending on the item's relationship type, metadata representation type and context
* Fetch the component depending on the item's entity type, metadata representation type and context
* @returns {string}
*/
private getComponent(): GenericConstructor<MetadataRepresentationListElementComponent> {