diff --git a/modules/modinfo/hooks/hook_frontpage.php b/modules/modinfo/hooks/hook_frontpage.php
index 1895bcf82a80f5ba6b302fec18422d05b1053663..8e66d32a0b16675bb92eafa247607efb9199ee80 100644
--- a/modules/modinfo/hooks/hook_frontpage.php
+++ b/modules/modinfo/hooks/hook_frontpage.php
@@ -10,7 +10,7 @@ function modinfo_hook_frontpage(&$links) {
 
 	$links['config'][] = array(
 		'href' => SimpleSAML_Module::getModuleURL('modinfo/'),
-		'text' => '{modinfo:dict:modlist_header}',
+		'text' => '{modinfo:modinfo:modlist_header}',
 		);
 
 }