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 18860ad commit fd67252Copy full SHA for fd67252
app/code/Magento/Contact/view/frontend/email/submitted_form.html
@@ -12,13 +12,8 @@
12
"var data.telephone":"Sender Telephone"
13
} @-->
14
15
-{{template config_path="design/email/header_template"}}
+{{trans "Name: %name" name=$data.name}}
16
+{{trans "Email: %email" email=$data.email}}
17
+{{trans "Phone Number: %telephone" telephone=$data.telephone}}
18
-<ul>
- <li>{{trans "Name: %name" name=$data.name}}</li>
19
- <li>{{trans "Email: %email" email=$data.email}}</li>
20
- <li>{{trans "Phone Number: %telephone" telephone=$data.telephone}}</li>
21
- <li>{{trans "Comment: %comment" comment=$data.comment}}</li>
22
-</ul>
23
-
24
-{{template config_path="design/email/footer_template"}}
+{{trans "Comment: %comment" comment=$data.comment}}
0 commit comments