From 57102409c9be392b0106498792d0e7b7e63b4c8f Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Wed, 5 Jun 2019 11:41:50 +0200 Subject: [PATCH] Phrase Matrikelnummer auf Personenkennzeichen korrigiert --- cis/private/profile/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')