]> git.mxchange.org Git - friendica.git/blobdiff - include/group.php
modified: view/theme/smoothly/style.css
[friendica.git] / include / group.php
index cc6540b31b97f9731cfdaf13385cfe1505ff7692..854ac06a9ad53165f51bae8eb6a918b232811f53 100644 (file)
@@ -172,7 +172,10 @@ function mini_group_select($uid,$gid = 0) {
        }
        logger('groups: ' . print_r($grps,true));
 
-       $o = replace_macros(get_markup_template('group_selection.tpl'), array('$groups' => $grps ));
+       $o = replace_macros(get_markup_template('group_selection.tpl'), array(
+               '$label' => t('Default privacy group for new contacts'),
+               '$groups' => $grps 
+       ));
        return $o;
 }