Skip to content

Commit

Permalink
Change heading for all recipients view
Browse files Browse the repository at this point in the history
  • Loading branch information
kwcoffman committed Dec 8, 2011
1 parent 966ba7b commit fa65b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_badges.module
Expand Up @@ -1330,7 +1330,7 @@ function open_badges_show_recipients($bid, $height=350, $width=700) {
$allusers = open_badges_get_users();

if ($bid == 'all') {
$output = "<h2>All Open Badges recipients</h2>";
$output = "<h2>All Badge recipients</h2>";
$nobadgemsg = "<br />No users are displaying badges<br />";
} else {
//dpm($allbadges, "All the badge information");
Expand Down

0 comments on commit fa65b70

Please sign in to comment.