I cleared and disabled the cache but the problem still remains.
I have issues with the Profile Detail form and when I looked into the plugin files it seems that for example in the class-ur-form-field-user-login.php file, line 57
return __( ‘Username already exists.’, ‘user-registration’ );
is translated but lines 35 and 40 are not.
…
‘label’ => __( ‘Username’, ‘user-registration’ ),
…
‘default_label’ => __( ‘Username’, ‘user-registration’ ),
I noticed that both lines (35 and 40) are in arrays in the constructor.
Same problem goes for all the similar lines in other files.
I would appreciate your help.
-
This reply was modified 5 years, 11 months ago by pavlinak.