Skip to content

Commit b84746a

Browse files
ENGCOM-5216: [Backport] Customer Account Forgot Password page title fix #23148
- Merge Pull Request #23148 from krishprakash/magento2:2.2-develop-PR-port-22821 - Merged commits: 1. b57eb3c
2 parents 364645d + b57eb3c commit b84746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/layout/customer_account_forgotpassword.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<head>
10-
<title>Forgot Your Password</title>
10+
<title>Forgot Your Password?</title>
1111
</head>
1212
<body>
1313
<referenceBlock name="root">

0 commit comments

Comments
 (0)