fix missing value of entityType variable (#3523)

This commit is contained in:
Usame Beşir
2025-11-17 13:06:19 +03:00
committed by GitHub
parent 1df75fcece
commit 83439e5384
+1 -1
View File
@@ -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)
)
);