From 506f9cc8a059fc690a70bd7fd5a4d75f8da20f09 Mon Sep 17 00:00:00 2001 From: cyc Date: Mon, 20 May 2019 16:45:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/language/english/form_validation_lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/language/english/form_validation_lang.php b/application/language/english/form_validation_lang.php index ca6e14f8..3ee8c7d1 100644 --- a/application/language/english/form_validation_lang.php +++ b/application/language/english/form_validation_lang.php @@ -16,4 +16,5 @@ $lang['comments']='Please tell us your travel destinations, your interests, and $lang['Nationality']='Nationality is required.'; $lang['tourdays']='Tour Days is required.'; $lang['starting_date']='Please select your arrival date.'; -$lang['Date_Start']='Please select your Departure Date.'; \ No newline at end of file +$lang['Date_Start']='Please select your Departure Date.'; +$lang['city']='Please choose at least one destination as a reference.'; \ No newline at end of file