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 = {}) ->