)}
diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json
index 80f7f3cd..5c9e2fcc 100644
--- a/web/src/i18n/locales/en.json
+++ b/web/src/i18n/locales/en.json
@@ -1756,5 +1756,6 @@
"生成数量必须大于0": "Generation quantity must be greater than 0",
"创建后可在编辑渠道时获取上游模型列表": "After creation, you can get the upstream model list when editing the channel",
"可用端点类型": "Supported endpoint types",
- "未登录,使用默认分组倍率:": "Not logged in, using default group ratio: "
+ "未登录,使用默认分组倍率:": "Not logged in, using default group ratio: ",
+ "该服务器地址将影响支付回调地址以及默认首页展示的地址,请确保正确配置": "This server address will affect the payment callback address and the address displayed on the default homepage, please ensure correct configuration"
}
\ No newline at end of file
diff --git a/web/src/pages/Setting/Payment/SettingsGeneralPayment.js b/web/src/pages/Setting/Payment/SettingsGeneralPayment.js
index dda9d5ea..c5b6511c 100644
--- a/web/src/pages/Setting/Payment/SettingsGeneralPayment.js
+++ b/web/src/pages/Setting/Payment/SettingsGeneralPayment.js
@@ -65,6 +65,7 @@ export default function SettingsGeneralPayment(props) {
label={t('服务器地址')}
placeholder={'https://yourdomain.com'}
style={{ width: '100%' }}
+ extraText={t('该服务器地址将影响支付回调地址以及默认首页展示的地址,请确保正确配置')}
/>