Skip to content

Error in English version lang/app.php #416

@IAmHal9000

Description

@IAmHal9000

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',
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions