MyLv: Permissions & notFound fallback

This commit is contained in:
cgfhtw
2023-01-16 11:38:24 +01:00
parent 559e4d2bc0
commit 2e126692f2
4 changed files with 35 additions and 11 deletions
+20
View File
@@ -17238,6 +17238,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'noLvFound',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Keine Lehrveranstaltungen gefunden",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "No LVs found",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',