diff --git a/app/modules/profile/profile-bar/profile-bar.jade b/app/modules/profile/profile-bar/profile-bar.jade index 31983687..5032eef1 100644 --- a/app/modules/profile/profile-bar/profile-bar.jade +++ b/app/modules/profile/profile-bar/profile-bar.jade @@ -5,7 +5,7 @@ section.profile-bar // a.button-green // span(translate="USER.PROFILE.FOLLOW") div.profile-data - h1 {{::vm.user.get("full_name")}} + h1 {{::vm.user.get("full_name_display")}} h2 {{::vm.stats.get('roles').join(", ")}} // div.location // include ../../../svg/location.svg