From 02656881aa15f500c7e6f343ca9cb1a75bc572b8 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 28 Aug 2009 09:09:19 +0000 Subject: [PATCH] templates/status.php: Fix translation. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1728 44740490-163a-0410-bde0-09ae8108e29a --- templates/status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/status.php b/templates/status.php index 096ddaa13..72d6b2a54 100644 --- a/templates/status.php +++ b/templates/status.php @@ -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 -- GitLab