Add attribute translation for subscription_id
This commit is contained in:
parent
216422a034
commit
8f38afcced
resources/lang/de
|
@ -192,5 +192,6 @@ return [
|
||||||
'completed_at' => 'Datum',
|
'completed_at' => 'Datum',
|
||||||
'event_name' => 'Veranstaltung',
|
'event_name' => 'Veranstaltung',
|
||||||
'organizer' => 'Veranstalter',
|
'organizer' => 'Veranstalter',
|
||||||
|
'subscription_id' => 'Beitragsart',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue