diff --git a/templates/status.php b/templates/status.php
index 096ddaa136c8893a8e64c2adc4dd79afaf54d06f..72d6b2a5496854205b53fa0b24704132483ccc27 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