diff --git a/cis/private/profile/index.php b/cis/private/profile/index.php
index 3af22ac35..5f93930cc 100644
--- a/cis/private/profile/index.php
+++ b/cis/private/profile/index.php
@@ -327,7 +327,7 @@ if ($type == 'student' && (!defined('CIS_PROFIL_STUDIENINFORMATION_ANZEIGEN') ||
".$p->t('global/gruppe').": $user->gruppe ".($user->gruppe!=' '?"".$p->t('benotungstool/liste')."":"")."
";
if ($user->studiengang_kz<10000)
- echo $p->t('profil/martrikelnummer').": $user->matrikelnr
";
+ echo $p->t('global/personenkennzeichen').": $user->matrikelnr
";
}
if ($type == 'mitarbeiter')