that only applies to users who are logged out of spacehey. as long as you are logged into an account and looking at your profile, the titles for the interests section are the custom ones that you set. but yes, if you log out of your account and than view your profile it goes back to the default. just something about the way spacehey does coding, and i'm not sure a way around it.
another way to see your profile the way someone else see's it is to just hide the "edit links" (they are still there on your main spacehey homepage, they just don't show on your profile page) and the "is your friend" box on your profile with these codes:
<style>
.edit-link{display: none !important;}
.profile-info{display: none !important;}
</style>
now you see your profile the way everyone else does.