Skip to content

Commit 93364fe

Browse files
authored
block newsletter title
The title string is hardcoded!
1 parent ef6ad27 commit 93364fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Newsletter/view/frontend/templates/subscribe.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
?>
1010
<div class="block newsletter">
11-
<div class="title"><strong>Newsletter</strong></div>
11+
<div class="title"><strong><?php /* @escapeNotVerified */ echo __('Newsletter') ?></strong></div>
1212
<div class="content">
1313
<form class="form subscribe"
1414
novalidate

0 commit comments

Comments
 (0)