Add enums to language strings file

This commit is contained in:
Nabeel Shahzad
2018-04-01 21:44:04 -05:00
parent 02fa97504e
commit 2a01a935c0
6 changed files with 110 additions and 65 deletions

View File

@@ -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',
];
}