Skip to content

Commit 9b8dd59

Browse files
ENGCOM-5185: Customer Account Forgot Password page title fix #22821
- Merge Pull Request #22821 from textarea/magento2:2.3-develop - Merged commits: 1. 29af9a7 2. 67114ba
2 parents b5dbf38 + 67114ba commit 9b8dd59

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)