mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-12 00:16:37 +08:00
fix: 解决 docker 配置修改提示信息错误的问题 (#530)
This commit is contained in:
parent
807302f6cd
commit
b6c4c4539f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ const onSave = async (formEl: FormInstance | undefined) => {
|
|||
const onSaveFile = async () => {
|
||||
let params = {
|
||||
header: i18n.global.t('database.confChange'),
|
||||
operationInfo: i18n.global.t('database.restartNowHelper1'),
|
||||
operationInfo: i18n.global.t('database.restartNowHelper'),
|
||||
submitInputInfo: i18n.global.t('database.restartNow'),
|
||||
};
|
||||
confirmDialogRef.value!.acceptParams(params);
|
||||
|
|
Loading…
Add table
Reference in a new issue