There is a small type-o in flash section og the file
'flash' => [
'error' => 'Success',
'error' => 'Error',
'warning' => 'Warning',
'info' => 'Info',
],
This should be correct to
'flash' => [
'success' => 'Success',
'error' => 'Error',
'warning' => 'Warning',
'info' => 'Info',
],