In the documentation for the FText class (link here), in the Conversions section, To FText subsection, there are two entries in a table that both read:
FString → FText is valid in some cases, but be aware that the FNames’s content will not benefit from the FText’s “auto localization”.
I believe one of them, in the row whose first column says FString, should be changed to:
FString → FText is valid in some cases, but be aware that the FString’s content will not benefit from the FText’s “auto localization”
I assume the bug reports section is the right place to mention typos.