mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
Add "Cancel" to create-record (de)
Hi, The translation for "cancel" in German was missing
This commit is contained in:
@@ -11,6 +11,10 @@ return [
|
||||
'createAnother' => [
|
||||
'label' => 'Erstellen & weitere erstellen',
|
||||
],
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Abbrechen'
|
||||
]
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user