Skip to content

Commit

Permalink
Heading change on staff page
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEnchilada committed Jun 1, 2014
1 parent 604bacf commit 334ee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Staff/staff.php
Expand Up @@ -80,7 +80,7 @@ function showContent()
{
$sitename = common_config('site', 'name');

$this->raw(sprintf('<p style="clear: both;"><b>The Head Administrators of %s (Responsible for moderator promotion/demotion)</b></p>', $sitename));
$this->raw(sprintf('<p style="clear: both;"><b>The Owner of %s</b></p>', $sitename));

$owners = new ProfileList($this->owners, $this);
$owners->show();
Expand Down

0 comments on commit 334ee44

Please sign in to comment.