Skip to content

Commit 3b5bd72

Browse files
committed
ACP2E-912: Translate inline not working properly for Javascript
1 parent 5854268 commit 3b5bd72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Translation/Test/Unit/Model/Inline/_files/input.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
method="post"
2020
id="login-form"
2121
data-mage-init='{"validation":{}}'>
22-
<input name="form_key" type="hidden" value="" />
22+
<input name="form_key" type="hidden" value="">
2323
<fieldset class="fieldset login" data-hasrequired="{{{* Required Fields}}{{* Required Fields}}{{* Required Fields}}{{theme3}}}">
2424
<div class="field note">{{{If you have an account, sign in with your email address.}}{{If you have an account, sign in with your email address.}}{{If you have an account, sign in with your email address.}}{{theme3}}}</div>
2525
<div class="field email required">

app/code/Magento/Translation/Test/Unit/Model/Inline/_files/output.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
method="post"
2020
id="login-form"
2121
data-mage-init='{"validation":{}}'>
22-
<input name="form_key" type="hidden" value="" />
22+
<input name="form_key" type="hidden" value="">
2323
<fieldset data-translate="[{&quot;shown&quot;:&quot;* Required Fields&quot;,&quot;translated&quot;:&quot;* Required Fields&quot;,&quot;original&quot;:&quot;* Required Fields&quot;,&quot;location&quot;:&quot;Tag attribute (ALT, TITLE, etc.)&quot;}]"class="fieldset login" data-hasrequired="* Required Fields">
2424
<div class="field note"><span data-translate="[&#x7B;&quot;shown&quot;&#x3A;&quot;If&#x20;you&#x20;have&#x20;an&#x20;account,&#x20;sign&#x20;in&#x20;with&#x20;your&#x20;email&#x20;address.&quot;,&quot;translated&quot;&#x3A;&quot;If&#x20;you&#x20;have&#x20;an&#x20;account,&#x20;sign&#x20;in&#x20;with&#x20;your&#x20;email&#x20;address.&quot;,&quot;original&quot;&#x3A;&quot;If&#x20;you&#x20;have&#x20;an&#x20;account,&#x20;sign&#x20;in&#x20;with&#x20;your&#x20;email&#x20;address.&quot;,&quot;location&quot;&#x3A;&quot;Text&quot;,&quot;scope&quot;&#x3A;&quot;theme3&quot;&#x7D;]">If you have an account, sign in with your email address.</span></div>
2525
<div class="field email required">

0 commit comments

Comments
 (0)