Skip to content
Snippets Groups Projects
Commit 1991ea6a authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix translation tag for hook for openid provider

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2102 44740490-163a-0410-bde0-09ae8108e29a
parent 83bd3541
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ function openidProvider_hook_frontpage(&$links) {
$links['auth'][] = array(
'href' => SimpleSAML_Module::getModuleURL('openidProvider/user.php'),
'text' => '{openidProvider:op:title_no_user}',
'text' => '{openidProvider:openidProvider:title_no_user}',
);
}
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