point record
This commit is contained in:
@@ -18,11 +18,11 @@ enum PointsStatus {
|
||||
String get displayName {
|
||||
switch (this) {
|
||||
case PointsStatus.pending:
|
||||
return 'Pending';
|
||||
return 'Chờ duyệt';
|
||||
case PointsStatus.approved:
|
||||
return 'Approved';
|
||||
return 'Đã duyệt';
|
||||
case PointsStatus.rejected:
|
||||
return 'Rejected';
|
||||
return 'Bị từ chối';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user