show updated/inserted by/at on every abgabetermin in mitarbeiter detail view;

This commit is contained in:
Johann Hoffmann
2026-06-05 12:15:11 +02:00
parent c75e1f9416
commit 61349c7ca3
4 changed files with 55 additions and 6 deletions
+21 -1
View File
@@ -2134,6 +2134,26 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'savedAtByV3',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Gespeichert am {0} von {1}',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Saved on {0} by {1}',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
@@ -57463,7 +57483,7 @@ I have been informed that I am under no obligation to consent to the transmissio
),
array(
'sprache' => 'English',
'text' => 'Saved on {date} von {name}',
'text' => 'Saved on {date} by {name}',
'description' => '',
'insertvon' => 'system'
)