diff --git a/mod/profiles.php b/mod/profiles.php
index 791f93465..b938e836b 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -707,7 +707,7 @@ function profiles_content(&$a) {
'$alt' => t('Profile Image'),
'$profile_name' => $rr['profile_name'],
'$visible' => (($rr['is_default'])
- ? '' . t('visible to everybody') . ''
+ ? '' . translate_scope(map_scope($channel['channel_r_profile'])) . ''
: '' . t('Edit visibility') . '')
));
}