add uids to success and error alerts

This commit is contained in:
ma0068
2026-06-29 11:16:10 +02:00
parent 90907d4276
commit 3e48401a04
2 changed files with 50 additions and 13 deletions
+20
View File
@@ -58377,6 +58377,26 @@ I have been informed that I am under no obligation to consent to the transmissio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'errorSavingData',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Speichern der Daten nicht erfolgreich',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' =>'Data saving failed',
'description' => '',
'insertvon' => 'system'
)
)
),
);