Skip to content

Commit d2ff2a2

Browse files
author
Alexander Paliarush
committed
MAGETWO-45350: Inline Translations don't work correctly for phrases with special characters
1 parent 9b64fac commit d2ff2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Translation/view/adminhtml/templates/translate_inline.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<label for="custom_<%- i %>">Custom:</label>
3939
</th>
4040
<td class="value">
41-
<input name="translate[<%- i %>][original]" type="hidden" value="<%- data.escape(item.original) %>"/>
41+
<input name="translate[<%- i %>][original]" type="hidden" value="<%- item.original %>"/>
4242
<input id="custom_<%- i %>"
4343
name="translate[<%- i %>][custom]"
4444
class="input-text"

0 commit comments

Comments
 (0)