From b3a63a60e950d2fbde071f24aa1b2778b8b0c203 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 12 Mar 2026 16:02:44 +0100 Subject: [PATCH] update phrase noTextInSem --- public/js/components/DetailHeader/DetailHeader.js | 2 +- system/phrasesupdate.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/js/components/DetailHeader/DetailHeader.js b/public/js/components/DetailHeader/DetailHeader.js index 53ed9eee4..fe51f4500 100644 --- a/public/js/components/DetailHeader/DetailHeader.js +++ b/public/js/components/DetailHeader/DetailHeader.js @@ -306,7 +306,7 @@ export default { | Status - {{$p.t('lehre', 'textNoStatus')}} + {{$p.t('lehre', 'textNoStatusInSem', { sem: currentSemester}) }} {{headerData[0].statusofsemester}} diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index e3e15482f..22cf066fd 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -56951,18 +56951,18 @@ I have been informed that I am under no obligation to consent to the transmissio array( 'app' => 'core', 'category' => 'lehre', - 'phrase' => 'textNoStatus', + 'phrase' => 'textNoStatusInSem', 'insertvon' => 'system', 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Kein Status', + 'text' => 'Kein Status im {sem}', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'No status', + 'text' => 'No status in {sem}', 'description' => '', 'insertvon' => 'system' )