Skip to content

Commit

Permalink
[BUGFIX] Ensure password recovery email can be fully translated
Browse files Browse the repository at this point in the history
Resolves: #93864
Releases: master, 10.4
Change-Id: I3ed1b9d33809302d46016f4a7b4f49fdbf131f01
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68817
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Xavier Perseguers <xavier@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Xavier Perseguers <xavier@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
xperseguers authored and bmack committed Apr 20, 2021
1 parent 2f73f68 commit bd6916e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
<f:section name="Main">
<f:spaceless>
<f:variable name="recoveryLink">
<f:link.external uri="{url}" target="_blank">Password recovery link</f:link.external>
<f:link.external uri="{url}" target="_blank"><f:translate key="password_recovery_link" extensionName="felogin"/></f:link.external>
</f:variable>

{f:translate(
Expand Down
3 changes: 3 additions & 0 deletions typo3/sysext/felogin/Resources/Private/Language/locallang.xlf
Expand Up @@ -144,6 +144,9 @@ For security reasons, this link is only active until %s. If you do not visit the
<trans-unit id="password_recovery_mail_header" resname="password_recovery_mail_header">
<source>Your new password</source>
</trans-unit>
<trans-unit id="password_recovery_link" resname="password_recovery_link">
<source>Password recovery link</source>
</trans-unit>
<trans-unit id="password_recovery_link_expired" resname="password_recovery_link_expired">
<source>Your password recovery link is expired.</source>
</trans-unit>
Expand Down

0 comments on commit bd6916e

Please sign in to comment.