Add enums to language strings file
This commit is contained in:
@@ -14,7 +14,7 @@ class PirepSource extends Enum
|
||||
public const ACARS = 1;
|
||||
|
||||
protected static $labels = [
|
||||
PirepSource::MANUAL => 'Manual',
|
||||
PirepSource::ACARS => 'ACARS',
|
||||
PirepSource::MANUAL => 'system.pireps.source.manual',
|
||||
PirepSource::ACARS => 'system.pireps.source.acars',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user