This commit is contained in:
Andrew Roberts
2021-06-08 15:45:17 +01:00
committed by GitHub
parent 96d33c11c8
commit 9d336c1140

View File

@@ -43,7 +43,7 @@ class PirepStatusChanged extends Notification implements ShouldQueue
PirepStatus::LANDING => 'is landing',
PirepStatus::LANDED => 'has landed',
PirepStatus::ARRIVED => 'has arrived',
PirepStatus::CANCELLED => 'has cancelled',
PirepStatus::CANCELLED => 'is cancelled',
PirepStatus::EMERG_DESCENT => 'in emergency descent',
];