fixing some not working phrasen

This commit is contained in:
SimonGschnell
2024-04-08 09:58:53 +02:00
parent 0cd86e3e54
commit b77e56161d
6 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -24366,13 +24366,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Der FH Ausweis ist am <b>{0}</b> ausgegeben worden.',
'text' => 'Der FH Ausweis ist am {0} ausgegeben worden.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'The FH ID card was issued on <b>{0}</b>',
'text' => 'The FH ID card was issued on {0}',
'description' => '',
'insertvon' => 'system'
)