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
+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'
)