BUG: add fix for weekdays format for time slots db

This commit is contained in:
Ivymaster
2026-05-20 13:46:54 +02:00
parent 13684e638f
commit f3e1208f27
5 changed files with 29 additions and 10 deletions
+21
View File
@@ -58656,6 +58656,27 @@ I have been informed that I am under no obligation to consent to the transmissio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'dropdownEmptyOption',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '--keine Auswahl--',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '--no selection--',
'description' => '',
'insertvon' => 'system'
)
)
),
);