feat: include jobprofile placeholder in email texts
addresses #869armp40
This commit is contained in:
@@ -63,11 +63,11 @@ texts:
|
||||
|
||||
assignment_called_off:
|
||||
label: 'Reise abgesagt'
|
||||
placeholders: ['destination']
|
||||
placeholders: ['destination', 'jobProfile']
|
||||
subject: 'Die Reise zu deinem Einsatz wurde abgesagt'
|
||||
headline: 'Hallo aus Köln,'
|
||||
body: |-
|
||||
leider mussten wir die Reise zu deinem Einsatz '{destination}' absagen, sodass dein Einsatz nicht stattfinden kann.
|
||||
leider mussten wir die Reise zu deinem Einsatz als {jobProfile} ('{destination}') absagen, sodass dein Einsatz nicht stattfinden kann.
|
||||
|
||||
Bitte entschuldige die Umstände!
|
||||
|
||||
@@ -75,11 +75,11 @@ texts:
|
||||
|
||||
disposition_called_off:
|
||||
label: 'Einsatz abgesagt'
|
||||
placeholders: ['destination', 'reason']
|
||||
placeholders: ['destination', 'jobProfile', 'reason']
|
||||
subject: 'Dein Einsatz wurde abgesagt'
|
||||
headline: 'Hallo aus Köln,'
|
||||
body: |-
|
||||
leider mussten wir deinen Einsatz '{destination}' absagen, sodass dein Einsatz nicht stattfinden kann:
|
||||
leider mussten wir deinen Einsatz als {jobProfile} ('{destination}') absagen, sodass dein Einsatz nicht stattfinden kann:
|
||||
|
||||
{reason}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user