Use member.profile.display_name instead of member.display_name for profile images alt attribute
Previous behaviour
Steps to reproduce:
- Go to user profile page.
- Look at
alt
attribute of the profile image. - It is not the
display_name
.
New behaviour
Steps to validate that it works:
- Go to user profile page.
- Look at
alt
attribute of the profile image. - It is the
display_name
(or the username if there is nodisplay_name
).