Fix typo (#1234)
This commit is contained in:
@@ -43,7 +43,7 @@ class PirepStatusChanged extends Notification implements ShouldQueue
|
|||||||
PirepStatus::LANDING => 'is landing',
|
PirepStatus::LANDING => 'is landing',
|
||||||
PirepStatus::LANDED => 'has landed',
|
PirepStatus::LANDED => 'has landed',
|
||||||
PirepStatus::ARRIVED => 'has arrived',
|
PirepStatus::ARRIVED => 'has arrived',
|
||||||
PirepStatus::CANCELLED => 'has cancelled',
|
PirepStatus::CANCELLED => 'is cancelled',
|
||||||
PirepStatus::EMERG_DESCENT => 'in emergency descent',
|
PirepStatus::EMERG_DESCENT => 'in emergency descent',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user