Looking through the #_social_fields_steps table, I noticed that there are a couple of rows that the language is hard-coded and not using a language string. This can be problematic when using a language other than English. Please see below for the row ID.
- Row ID = 1: Basic Information | Provide us with your account information.
- Row ID = 3: Appearance | Customize how your profile would look like to other users.
- Row ID = 4: About Me | Please tell us a bit more about yourself.
It should be as follows:
- Row ID = 1: COM_EASYSOCIAL_FIELDS_PROFILE_DEFAULT_STEP_BASIC_INFORMATION | COM_EASYSOCIAL_FIELDS_PROFILE_DEFAULT_STEP_BASIC_INFORMATION_DESC
- Row ID = 1: COM_EASYSOCIAL_FIELDS_PROFILE_DEFAULT_STEP_APPEARANCE | COM_EASYSOCIAL_FIELDS_PROFILE_DEFAULT_STEP_APPEARANCE_DESC
- Row ID = 1: COM_EASYSOCIAL_FIELDS_PROFILE_DEFAULT_STEP_ABOUT_BE | COM_EASYSOCIAL_FIELDS_PROFILE_DEFAULT_STEP_ABOUT_ME_DESC
Thanks in advance,
Chaim