L10N Issues – Missing text domain
-
In two-factor-login.php line 800, the localizable string is missed its text domain.
Current: _e(‘Otherwise, you can type the textual private key (shown below) into your app. Always keep private keys secret.’);
Correct: _e(‘Otherwise, you can type the textual private key (shown below) into your app. Always keep private keys secret.’, ‘two-factor-authentication’);
Please implement this to the next version, thanks.
Regards,
Alex Lion
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘L10N Issues – Missing text domain’ is closed to new replies.