refactor: change tip word of group background

pull/177/head
moonrailgun 1 year ago
parent 5fe0ff06d7
commit de63236447

@ -14,7 +14,6 @@
"k1704ea49": "Install", "k1704ea49": "Install",
"k170859cb": "A communication platform completely exclusive to the private team", "k170859cb": "A communication platform completely exclusive to the private team",
"k17777797": "The panel is provided by the plugin", "k17777797": "The panel is provided by the plugin",
"k17acf2a8": "Personalized configuration group background",
"k18470bc9": "No permissions available yet", "k18470bc9": "No permissions available yet",
"k18580d81": "Create a link and send it to external friends", "k18580d81": "Create a link and send it to external friends",
"k186fec4": "Plugin failed to load", "k186fec4": "Plugin failed to load",
@ -322,6 +321,7 @@
"kc1afdd08": "Don't worry, you can make changes anytime after this", "kc1afdd08": "Don't worry, you can make changes anytime after this",
"kc1bfb977": "Login {{serverName}}", "kc1bfb977": "Login {{serverName}}",
"kc2d30ab7": "Plugin Name", "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.", "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", "kc625cd59": "Summary",
"kc654b275": "Email", "kc654b275": "Email",

@ -14,7 +14,6 @@
"k1704ea49": "安装", "k1704ea49": "安装",
"k170859cb": "完全独属于私人团队的沟通平台", "k170859cb": "完全独属于私人团队的沟通平台",
"k17777797": "该面板由插件提供", "k17777797": "该面板由插件提供",
"k17acf2a8": "个性化配置群组背景",
"k18470bc9": "暂无可用的权限项", "k18470bc9": "暂无可用的权限项",
"k18580d81": "创建链接并发送给外部好友", "k18580d81": "创建链接并发送给外部好友",
"k186fec4": "插件加载失败", "k186fec4": "插件加载失败",
@ -322,6 +321,7 @@
"kc1afdd08": "不要担心, 在此之后你可以随时进行变更", "kc1afdd08": "不要担心, 在此之后你可以随时进行变更",
"kc1bfb977": "登录 {{serverName}}", "kc1bfb977": "登录 {{serverName}}",
"kc2d30ab7": "插件名", "kc2d30ab7": "插件名",
"kc44374ad": "个性化配置群组背景,将会在群组邀请页面展示",
"kc54eb75": "在 Alpha 模式下会有一些尚处于测试阶段的功能将会被开放,如果出现问题欢迎反馈", "kc54eb75": "在 Alpha 模式下会有一些尚处于测试阶段的功能将会被开放,如果出现问题欢迎反馈",
"kc625cd59": "概述", "kc625cd59": "概述",
"kc654b275": "邮箱", "kc654b275": "邮箱",

@ -87,7 +87,7 @@ export const GroupConfig: React.FC<{
<FullModalField <FullModalField
title={t('群组背景')} title={t('群组背景')}
tip={t('个性化配置群组背景')} tip={t('个性化配置群组背景,将会在群组邀请页面展示')}
content={ content={
<> <>
<ImageUploader <ImageUploader

Loading…
Cancel
Save