fix missing value of entityType variable (#3523)
This commit is contained in:
@@ -253,7 +253,7 @@ class RelatedListModalView extends ModalView {
|
||||
this.$header.append(
|
||||
title ||
|
||||
$('<span>').text(
|
||||
this.getLanguage().translate(this.link, 'links', this.entityType)
|
||||
this.getLanguage().translate(this.link, 'links', this.scope)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user