Skip to content

Commit 7e52389

Browse files
authored
Merge pull request #18219 from mozilla/fix-l10n-miss
fix(l10n): Fix l10n string in JSX not matching FTL
2 parents a929a2d + bc3b2e2 commit 7e52389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/fxa-settings/src/pages/ResetPassword/ResetPassword

packages/fxa-settings/src/pages/ResetPassword/ResetPassword/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const ResetPassword = ({
8282

8383
return (
8484
<AppLayout>
85-
<FtlMsg id="password-reset-start-heading">
85+
<FtlMsg id="password-reset-flow-heading">
8686
<h1 className="card-header">Reset your password</h1>
8787
</FtlMsg>
8888

0 commit comments

Comments
 (0)