We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b64fac commit d2ff2a2Copy full SHA for d2ff2a2
app/code/Magento/Translation/view/adminhtml/templates/translate_inline.phtml
@@ -38,7 +38,7 @@
38
<label for="custom_<%- i %>">Custom:</label>
39
</th>
40
<td class="value">
41
- <input name="translate[<%- i %>][original]" type="hidden" value="<%- data.escape(item.original) %>"/>
+ <input name="translate[<%- i %>][original]" type="hidden" value="<%- item.original %>"/>
42
<input id="custom_<%- i %>"
43
name="translate[<%- i %>][custom]"
44
class="input-text"
0 commit comments