fix: 解决 docker 配置修改提示信息错误的问题 (#530)

pull/524/head^2
ssongliu 2023-04-07 14:46:10 +08:00 committed by GitHub
parent 807302f6cd
commit b6c4c4539f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);