diff --git a/client/shared/i18n/langs/en-US/translation.json b/client/shared/i18n/langs/en-US/translation.json index 37944f7f..38f8b85b 100644 --- a/client/shared/i18n/langs/en-US/translation.json +++ b/client/shared/i18n/langs/en-US/translation.json @@ -229,6 +229,7 @@ "kc9283683": "Are you sure you want to delete the panel [{{name}}]", "kc9cc6154": "Friends", "kcac0467c": "Allow members to create invitation links", + "kcb20f8ce": "以下为插件权限", "kcb8e662f": "Converse Service", "kceea83fc": "Join Group", "kcefdbe2d": "Modify avatar success", diff --git a/client/shared/i18n/langs/zh-CN/translation.json b/client/shared/i18n/langs/zh-CN/translation.json index 8267195e..93968847 100644 --- a/client/shared/i18n/langs/zh-CN/translation.json +++ b/client/shared/i18n/langs/zh-CN/translation.json @@ -229,6 +229,7 @@ "kc9283683": "确定要删除面板 【{{name}}】 么", "kc9cc6154": "好友", "kcac0467c": "允许成员创建邀请链接", + "kcb20f8ce": "以下为插件权限", "kcb8e662f": "会话服务", "kceea83fc": "加入群组", "kcefdbe2d": "修改头像成功", diff --git a/client/web/src/components/modals/GroupDetail/index.tsx b/client/web/src/components/modals/GroupDetail/index.tsx index 77677387..6b674711 100644 --- a/client/web/src/components/modals/GroupDetail/index.tsx +++ b/client/web/src/components/modals/GroupDetail/index.tsx @@ -60,7 +60,6 @@ export const GroupDetail: React.FC = React.memo((props) => { allowManageRoles && { type: 'item', title: t('身份组'), - isDev: true, content: , }, ]),