adds fhcalert when confirming an ampel

This commit is contained in:
SimonGschnell
2024-07-30 12:37:05 +02:00
parent 02cf36c17c
commit 198b866268
4 changed files with 31 additions and 9 deletions
+20
View File
@@ -27651,6 +27651,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ampeln',
'phrase' => 'ampelBestaetigt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ampel bestätigt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Ampel confirmed',
'description' => '',
'insertvon' => 'system'
)
)
),
);