diff --git a/cis/private/profile/index.php b/cis/private/profile/index.php
index 5841ddfb2..e1a1dc654 100644
--- a/cis/private/profile/index.php
+++ b/cis/private/profile/index.php
@@ -280,7 +280,7 @@ $nr_mg=$db->db_num_rows($erg_mg);
{
echo '
'.$p->t('profil/zeitwuensche').'
- '.$p->t('profil/lehrveranstaltungen').'';
+ '.$p->t('lvaliste/lehrveranstaltungen').'';
}
}
@@ -303,7 +303,7 @@ $nr_mg=$db->db_num_rows($erg_mg);
{
if($db->db_num_rows($result_funktion)>0)
{
- echo '
'.$p->t('profil/funktionen').'
| '.$p->t('global/bezeichnung').' | '.$p->t('profil/organisationseinheit').' | '.$p->t('global/semester').' | '.$p->t('global/institut').' |
';
+ echo '
'.$p->t('profil/funktionen').'| '.$p->t('global/bezeichnung').' | '.$p->t('global/organisationseinheit').' | '.$p->t('global/semester').' | '.$p->t('global/institut').' |
';
while($row_funktion = $db->db_fetch_object($result_funktion))
{