From e55a8ca121a91aa50a2cc7fdade1e97a588ce114 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 16 Oct 2022 14:33:59 +0000 Subject: [PATCH] Approval. --- de/process_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/process_types.php b/de/process_types.php index 7311c03..ef10fd0 100644 --- a/de/process_types.php +++ b/de/process_types.php @@ -5,7 +5,7 @@ $process_types['exhibition'] = 'Ausstellung'; $process_types['appointment'] = 'Veranstaltung'; $process_types['loan_incoming'] = 'Leihverkehr (eingehend)'; $process_types['loan_outgoing'] = 'Leihverkehr (ausgehend)'; -$process_types['employment_ad'] = 'Employment_ad'; +$process_types['employment_ad'] = 'Stellenausschreibung'; $process_types['purchase'] = 'Ankauf'; $process_types['deaccession'] = 'Deakzession'; $process_types['construction'] = 'Baumaßnahme';