From 12ad55279adb10b64d234969aba6929183fea7ac Mon Sep 17 00:00:00 2001 From: Rolf Schmidt Date: Wed, 5 May 2021 07:53:01 +0000 Subject: [PATCH] Fixes #3543 - Translate link text of link template in organization sidebar in ticket zoom. --- app/assets/javascripts/app/index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/index.coffee b/app/assets/javascripts/app/index.coffee index 623df6842..3dab442df 100644 --- a/app/assets/javascripts/app/index.coffee +++ b/app/assets/javascripts/app/index.coffee @@ -161,7 +161,7 @@ class App extends Spine.Controller return if _.isEmpty(object[attributeConfig.name]) placeholderObjects = { attribute: attributeConfig, session: App.Session.get(), config: App.Config.all() } placeholderObjects[object.constructor.className.toLowerCase()] = object - "#{App.Utils.htmlEscape(resultLocal)}" + "#{App.i18n.translateInline(resultLocal)}" @view: (name) -> template = (params = {}) ->