From 83439e53843f30785fa23a830269cf5ed92206ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Usame=20Be=C5=9Fir?= Date: Mon, 17 Nov 2025 13:06:19 +0300 Subject: [PATCH] fix missing value of entityType variable (#3523) --- client/src/views/modals/related-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/modals/related-list.js b/client/src/views/modals/related-list.js index e965e25757..1f6e8e891f 100644 --- a/client/src/views/modals/related-list.js +++ b/client/src/views/modals/related-list.js @@ -253,7 +253,7 @@ class RelatedListModalView extends ModalView { this.$header.append( title || $('').text( - this.getLanguage().translate(this.link, 'links', this.entityType) + this.getLanguage().translate(this.link, 'links', this.scope) ) );