diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 29d5ac4..f691c79 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -49,6 +49,7 @@ "Reservation": "Reservation", "Invoice": "Invoice", "Feedback": "Feedback", - "Notice": "Notice" + "Notice": "Notice", + "Report": "Report" } } diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index d32fbe8..ffccf32 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -49,6 +49,7 @@ "Reservation": "团预订", "Invoice": "账单", "Feedback": "反馈表", - "Notice": "通知" + "Notice": "通知", + "Report": "质量评分" } }