diff --git a/lib/core/values/lang/en_us.dart b/lib/core/values/lang/en_us.dart index 5bbdcf1..aa3df20 100644 --- a/lib/core/values/lang/en_us.dart +++ b/lib/core/values/lang/en_us.dart @@ -108,7 +108,7 @@ const Map en = { 'open_in_gg_map': 'Open in Google Map', 'begin_date_end_date_label': 'Begin date - end date', 'special_requirement_label': "Special requirement", - 'number_of_student_label': "Tối đa", + 'number_of_student_label': "Number of student", 'tuition_label': "Tuition", 'location_label': "Location", 'change_img': "Change picture", diff --git a/lib/core/values/lang/vi_vn.dart b/lib/core/values/lang/vi_vn.dart index f1d051a..b6208a1 100644 --- a/lib/core/values/lang/vi_vn.dart +++ b/lib/core/values/lang/vi_vn.dart @@ -134,7 +134,7 @@ const Map vi = { 'From': 'từ', 'begin_date_end_date_label': 'Ngày bắt đầu - kết thức dự kiến', 'special_requirement_label': "Yêu cầu đặc biệt", - 'number_of_student_label': "Tối đa", + 'number_of_student_label': " Số học sinh tối đa", 'tuition_label': "Học phí", 'location_label': "Địa điểm học", 'change_img': "Đổi ảnh",