Skip to content

Commit 75f60f2

Browse files
committed
translate to en
1 parent c958a27 commit 75f60f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/error-mailer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
return [
44
'email' => [
55
'recipient' => '[email protected]',
6-
'subject' => 'Une erreur est survenue - ' . env('APP_NAME'),
6+
'subject' => 'An error was occured - ' . env('APP_NAME'),
77
],
88

99
'disabledOn' => [
10-
// 'local',
10+
//
1111
],
1212
];

resources/views/error.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<x-mail::message>
2-
## Erreur :
2+
## Error :
33
# {{ $exception ? $exception->getMessage() : "" }}
44

5-
## Fichier :
5+
## File :
66
# {{ $exception ? $exception->getFile() : "" }}
77

8-
## Ligne :
8+
## Line :
99
# {{ $exception ? $exception->getLine() : "" }}
1010

1111
## Trace :

0 commit comments

Comments
 (0)