forked from GNUsocial/gnu-social
Fix casing for HMAC-SHA1.
This commit is contained in:
parent
492950b784
commit
97e1acdc32
@ -265,7 +265,7 @@ class ShowApplicationAction extends OwnerDesignAction
|
|||||||
$this->elementEnd('dl');
|
$this->elementEnd('dl');
|
||||||
|
|
||||||
$this->element('p', 'note',
|
$this->element('p', 'note',
|
||||||
_('Note: We support hmac-sha1 signatures. We do not support the plaintext signature method.'));
|
_('Note: We support HMAC-SHA1 signatures. We do not support the plaintext signature method.'));
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
|
|
||||||
$this->elementStart('p', array('id' => 'application_action'));
|
$this->elementStart('p', array('id' => 'application_action'));
|
||||||
@ -325,4 +325,3 @@ class ShowApplicationAction extends OwnerDesignAction
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user