Skip to content

Commit

Permalink
Externalize authorize
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 24, 2019
1 parent d33c0fb commit 4ef76dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/authorize_403.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package SimpleSAMLphp
*/

/** @psalm-suppress InvalidScope */
/** @var \SimpleSAML\XHTML\Template $this */
$translator = $this->getTranslator();

$this->data['403_header'] = $translator->t('{authorize:Authorize:403_header}');
Expand Down

0 comments on commit 4ef76dd

Please sign in to comment.