Actions
Bug #88691
closedForm framework translation
Start date:
2019-07-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
I have found a translation key typo for an AdvancedPassword hook:
https://github.com/TYPO3-CMS/form/blob/master/Classes/Hooks/FormElementHooks.php
It throws an error with a code "1556283177" but looks for a translation for "validation.error.1521293688". In a translation file it's stored under the actual error code:
https://github.com/TYPO3-CMS/form/blob/master/Resources/Private/Language/locallang.xlf
<trans-unit id="validation.error.1556283177" xml:space="preserve">
<source>Password does not match confirmation</source>
</trans-unit>
Actions