Add "Cancel" to create-record (de)

Hi, 
The translation for "cancel" in German was missing
This commit is contained in:
Wadim Sewo
2021-08-30 16:00:04 +02:00
committed by GitHub
parent d5a1eaabcf
commit 10f70d1900
@@ -11,6 +11,10 @@ return [
'createAnother' => [
'label' => 'Erstellen & weitere erstellen',
],
'cancel' => [
'label' => 'Abbrechen'
]
],
];