diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json
index 3ce6386512..8c66e9898b 100644
--- a/src/i18n/strings/zh_Hans.json
+++ b/src/i18n/strings/zh_Hans.json
@@ -3255,5 +3255,7 @@
"See room timeline (devtools)": "查看聊天室时间轴(开发工具)",
"Developer mode": "开发者模式",
"Insert link": "插入链接",
- "Joined": "已加入"
+ "Joined": "已加入",
+ "%(senderDisplayName)s changed who can join this room.": "%(senderDisplayName)s 更改了谁能加入这个聊天室。",
+ "%(senderDisplayName)s changed who can join this room. View settings.": "%(senderDisplayName)s 更改了谁能加入这个聊天室。查看设置。"
}