update phrase noTextInSem

This commit is contained in:
ma0068
2026-03-12 16:02:44 +01:00
parent a54dfaf0c7
commit b3a63a60e9
2 changed files with 4 additions and 4 deletions
@@ -306,7 +306,7 @@ export default {
</span>
<strong class="text-muted"> | Status </strong>
<span v-if="noCurrentStatus">
<strong class="text-danger">{{$p.t('lehre', 'textNoStatus')}}</strong>
<strong class="text-danger">{{$p.t('lehre', 'textNoStatusInSem', { sem: currentSemester}) }}</strong>
</span>
<span v-else>
{{headerData[0].statusofsemester}}
+3 -3
View File
@@ -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'
)