Skip to content

Commit 5158a78

Browse files
committed
block newsletter title
The title string is hardcoded!
1 parent 90074e7 commit 5158a78

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><?= $block->escapeHtml(__('Newsletter')) ?></strong></div>
1212
<div class="content">
1313
<form class="form subscribe"
1414
novalidate

0 commit comments

Comments
 (0)