diff --git a/client/shared/i18n/langs/en-US/translation.json b/client/shared/i18n/langs/en-US/translation.json index 9c7d630f0a0..824342afbe9 100644 --- a/client/shared/i18n/langs/en-US/translation.json +++ b/client/shared/i18n/langs/en-US/translation.json @@ -14,7 +14,6 @@ "k1704ea49": "Install", "k170859cb": "A communication platform completely exclusive to the private team", "k17777797": "The panel is provided by the plugin", - "k17acf2a8": "Personalized configuration group background", "k18470bc9": "No permissions available yet", "k18580d81": "Create a link and send it to external friends", "k186fec4": "Plugin failed to load", @@ -322,6 +321,7 @@ "kc1afdd08": "Don't worry, you can make changes anytime after this", "kc1bfb977": "Login {{serverName}}", "kc2d30ab7": "Plugin Name", + "kc44374ad": "Personalized configuration of the group background will be displayed on the group invitation page", "kc54eb75": "In Alpha mode, some functions that are still in the testing stage will be opened. If there is any problem, welcome to feedback.", "kc625cd59": "Summary", "kc654b275": "Email", diff --git a/client/shared/i18n/langs/zh-CN/translation.json b/client/shared/i18n/langs/zh-CN/translation.json index 89740031318..4b3d1bd376b 100644 --- a/client/shared/i18n/langs/zh-CN/translation.json +++ b/client/shared/i18n/langs/zh-CN/translation.json @@ -14,7 +14,6 @@ "k1704ea49": "安装", "k170859cb": "完全独属于私人团队的沟通平台", "k17777797": "该面板由插件提供", - "k17acf2a8": "个性化配置群组背景", "k18470bc9": "暂无可用的权限项", "k18580d81": "创建链接并发送给外部好友", "k186fec4": "插件加载失败", @@ -322,6 +321,7 @@ "kc1afdd08": "不要担心, 在此之后你可以随时进行变更", "kc1bfb977": "登录 {{serverName}}", "kc2d30ab7": "插件名", + "kc44374ad": "个性化配置群组背景,将会在群组邀请页面展示", "kc54eb75": "在 Alpha 模式下会有一些尚处于测试阶段的功能将会被开放,如果出现问题欢迎反馈", "kc625cd59": "概述", "kc654b275": "邮箱", diff --git a/client/web/src/components/modals/GroupDetail/Config.tsx b/client/web/src/components/modals/GroupDetail/Config.tsx index d99eda30746..7d30114e7b4 100644 --- a/client/web/src/components/modals/GroupDetail/Config.tsx +++ b/client/web/src/components/modals/GroupDetail/Config.tsx @@ -87,7 +87,7 @@ export const GroupConfig: React.FC<{