From 1a39b949db4b0be5925deaeace5212ffb1f5d049 Mon Sep 17 00:00:00 2001
From: panqihua <1029559041@qq.com>
Date: Wed, 29 Apr 2020 12:11:05 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9B=B4=E5=A4=9A=E5=85=AC?=
=?UTF-8?q?=E5=91=8A-=E5=9B=BD=E9=99=85=E5=8C=96=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/forum/forum/forum.component.html | 2 +-
src/assets/i18n/en-US.json | 3 ++-
src/assets/i18n/zh-CN.json | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/app/forum/forum/forum.component.html b/src/app/forum/forum/forum.component.html
index 5de3113..3acc993 100644
--- a/src/app/forum/forum/forum.component.html
+++ b/src/app/forum/forum/forum.component.html
@@ -52,7 +52,7 @@
-
+
diff --git a/src/assets/i18n/en-US.json b/src/assets/i18n/en-US.json
index 1128d25..c4a5cd3 100644
--- a/src/assets/i18n/en-US.json
+++ b/src/assets/i18n/en-US.json
@@ -33,7 +33,8 @@
"defendant": "defendant",
"notice_title": "notice title",
"notice_content": "notice content",
- "deadline": "Deadline:{{endDate}}"
+ "deadline": "Deadline:{{endDate}}",
+ "add_more_notice": "添加更多公告"
},
"visitor": {
"name": "Visitor Appointment Management",
diff --git a/src/assets/i18n/zh-CN.json b/src/assets/i18n/zh-CN.json
index 3f66ee6..5b53f4e 100644
--- a/src/assets/i18n/zh-CN.json
+++ b/src/assets/i18n/zh-CN.json
@@ -33,7 +33,8 @@
"defendant": "被投诉人",
"notice_title": "公告标题",
"notice_content": "公告内容",
- "deadline": "报名截止日期:{{endDate}}"
+ "deadline": "报名截止日期:{{endDate}}",
+ "add_more_notice": "添加更多公告"
},
"visitor": {
"name": "访客预约管理",