Skip to content

Error in English version lang/app.php #416

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions