Skip to content

Commit a413b74

Browse files
committed
Fix static
1 parent 91cd697 commit a413b74

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/code/Magento/Customer/view/frontend/templates/messages/confirmAccountErrorMessage.phtml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88
/** @var \Magento\Framework\Escaper $escaper */
99

1010
?>
11-
<?= $escaper->escapeHtml(__('This account is not confirmed. <a href="%1">Click here</a> to resend confirmation email.', $block->getData('url')), ['a']);
11+
<?= $escaper->escapeHtml(
12+
__(
13+
'This account is not confirmed. <a href="%1">Click here</a> to resend confirmation email.',
14+
$block->getData('url')
15+
),
16+
['a']
17+
);

0 commit comments

Comments
 (0)