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": "访客预约管理",