frontend: unify restart-required copy (zh/en)
- Update restartRequired message from model-specific to generic config change - zh: '切换默认模型后需要重启服务才能生效' -> '配置变更后需要重启服务才能生效' - en: 'Model changes require a gateway restart' -> 'Configuration changes require a gateway restart' - Reflects unified restart detection for model/tools/config changes
This commit is contained in:
parent
95ca372568
commit
26c2b829a5
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
"restarting": "服务重启中...",
|
||||
"stopping": "服务停止中..."
|
||||
},
|
||||
"restartRequired": "切换默认模型后需要重启服务才能生效。"
|
||||
"restartRequired": "配置变更后需要重启服务才能生效。"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue