change hidden label for site content license link
This commit is contained in:
parent
6d0a26a407
commit
b04bc29c3a
|
@ -781,7 +781,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||
*/
|
||||
function showContentLicense()
|
||||
{
|
||||
$this->element('dt', array('id' => 'site_content_license'), _('StatusNet software license'));
|
||||
$this->element('dt', array('id' => 'site_content_license'), _('Site content license'));
|
||||
$this->elementStart('dd', array('id' => 'site_content_license_cc'));
|
||||
$this->elementStart('p');
|
||||
$this->element('img', array('id' => 'license_cc',
|
||||
|
|
Loading…
Reference in New Issue
Block a user