diff --git a/public/js/components/DetailHeader/DetailHeader.js b/public/js/components/DetailHeader/DetailHeader.js index e266b9d11..84e462df3 100644 --- a/public/js/components/DetailHeader/DetailHeader.js +++ b/public/js/components/DetailHeader/DetailHeader.js @@ -460,6 +460,13 @@ export default { + | {{$p.t('ui', 'private')}} + + {{headerData[0].mail_privat}} + + + + | Status {{$p.t('lehre', 'textNoStatusInSem', { sem: currentSemester}) }} diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 06f46950e..4a560beed 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -58397,6 +58397,26 @@ I have been informed that I am under no obligation to consent to the transmissio ) ) ), + array( + 'app' => 'core', + 'category' => 'ui', + 'phrase' => 'private', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Privat', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'private', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );