| @@ -1 +1 @@ | |||
| 5729eb498eaeb9c64784fcfc80bbb33b | |||
| 440505e9ea1eee7043d2cbfeb318f6bc | |||
| @@ -275,7 +275,7 @@ class _InfinityViewState extends State<InfinityView> { | |||
| } | |||
| if (state is PlotDetailSuccess) { | |||
| if (state.items.isEmpty) { | |||
| return Center(child: Text(label_list_empty)); | |||
| return Center(child: Text("Không có dữ liệu lịch sử canh tác")); | |||
| } | |||
| List<Activities> currentItems = List<Activities>.from(state.items); | |||
| return Scaffold( | |||
| @@ -30,7 +30,7 @@ const String label_record_video = "Quay video"; | |||
| const String label_take_photo_or_video = "Chụp ảnh hoặc quay video"; | |||
| const String label_cancel = "Huỷ"; | |||
| const String label_list_empty = "Dữ liệu rỗng"; | |||
| const String label_list_empty = "Không có dữ liệu"; | |||
| const String label_error_get_data = "Lỗi tải dữ liệu"; | |||
| const String label_update_success = "Cập nhật thành công"; | |||