diff --git a/web/frontend/src/i18n/locales/en.json b/web/frontend/src/i18n/locales/en.json index 8e051f42e..3cdacbeee 100644 --- a/web/frontend/src/i18n/locales/en.json +++ b/web/frontend/src/i18n/locales/en.json @@ -66,7 +66,7 @@ "restarting": "Restarting Gateway...", "stopping": "Stopping Gateway..." }, - "restartRequired": "Model changes require a gateway restart to take effect." + "restartRequired": "Configuration changes require a gateway restart to take effect." } }, "common": { diff --git a/web/frontend/src/i18n/locales/zh.json b/web/frontend/src/i18n/locales/zh.json index a6c588807..22d64a190 100644 --- a/web/frontend/src/i18n/locales/zh.json +++ b/web/frontend/src/i18n/locales/zh.json @@ -66,7 +66,7 @@ "restarting": "服务重启中...", "stopping": "服务停止中..." }, - "restartRequired": "切换默认模型后需要重启服务才能生效。" + "restartRequired": "配置变更后需要重启服务才能生效。" } }, "common": {