Skip to content
Snippets Groups Projects
Commit 02656881 authored by Olav Morken's avatar Olav Morken
Browse files

templates/status.php: Fix translation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1728 44740490-163a-0410-bde0-09ae8108e29a
parent efe59c83
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ if (isset($this->data['logouturl'])) {
}
?>
<h2><?php echo $this->t('{frontpage:about_header}'); ?></h2>
<p><?php echo $this->t('{frontpage:about_text}'); ?></p>
<h2><?php echo $this->t('{core:frontpage:about_header}'); ?></h2>
<p><?php echo $this->t('{core:frontpage:about_text}'); ?></p>
<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment