Skip to content

Commit

Permalink
refactor: change tip word of group background
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Nov 11, 2023
1 parent 5fe0ff0 commit de63236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/shared/i18n/langs/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion client/shared/i18n/langs/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"k1704ea49": "安装",
"k170859cb": "完全独属于私人团队的沟通平台",
"k17777797": "该面板由插件提供",
"k17acf2a8": "个性化配置群组背景",
"k18470bc9": "暂无可用的权限项",
"k18580d81": "创建链接并发送给外部好友",
"k186fec4": "插件加载失败",
Expand Down Expand Up @@ -322,6 +321,7 @@
"kc1afdd08": "不要担心, 在此之后你可以随时进行变更",
"kc1bfb977": "登录 {{serverName}}",
"kc2d30ab7": "插件名",
"kc44374ad": "个性化配置群组背景,将会在群组邀请页面展示",
"kc54eb75": "在 Alpha 模式下会有一些尚处于测试阶段的功能将会被开放,如果出现问题欢迎反馈",
"kc625cd59": "概述",
"kc654b275": "邮箱",
Expand Down
2 changes: 1 addition & 1 deletion client/web/src/components/modals/GroupDetail/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const GroupConfig: React.FC<{

<FullModalField
title={t('群组背景')}
tip={t('个性化配置群组背景')}
tip={t('个性化配置群组背景,将会在群组邀请页面展示')}
content={
<>
<ImageUploader
Expand Down

0 comments on commit de63236

Please sign in to comment.