diff --git a/app/locales/en.json b/app/locales/en.json index e696947..dfa6e40 100644 --- a/app/locales/en.json +++ b/app/locales/en.json @@ -123,8 +123,8 @@ "pc_form.number_hint": "Format: AB-1234567", "pc_form.status": "Status", "pc_form.recipient": "Recipient", - "pc_form.country": "Country", - "pc_form.country_from": "From", + "pc_form.country_from": "From country", + "pc_form.country_to": "To country", "pc_form.send_time": "Sent date", "pc_form.arrival_time": "Arrival date", "pc_form.sender": "Sender", diff --git a/app/locales/zh.json b/app/locales/zh.json index 3163d48..d074f93 100644 --- a/app/locales/zh.json +++ b/app/locales/zh.json @@ -123,8 +123,8 @@ "pc_form.number_hint": "格式:AB-1234567", "pc_form.status": "状态", "pc_form.recipient": "收件人", - "pc_form.country": "国家/地区", - "pc_form.country_from": "寄出地", + "pc_form.country_from": "寄出国", + "pc_form.country_to": "到达国", "pc_form.send_time": "寄出时间", "pc_form.arrival_time": "到达时间", "pc_form.sender": "发件人", diff --git a/app/templates/postcard_form.html b/app/templates/postcard_form.html index 461d59b..edd2064 100644 --- a/app/templates/postcard_form.html +++ b/app/templates/postcard_form.html @@ -26,10 +26,10 @@ - + - + {% else %} @@ -61,10 +61,10 @@ - + - + {% endif %}