N°9518 - fix 2 typo bug (#882)

This commit is contained in:
Purple Grape
2026-04-29 20:29:24 +08:00
committed by GitHub
parent eee57b25fa
commit 1113788d84
18 changed files with 36 additions and 2 deletions

View File

@@ -5064,10 +5064,10 @@ EOF
} else {
if (count($aObjects) == 1) {
$oObj = $aObjects[0];
$sSubtitle = Dict::Format('UI:Delect:Confirm_Object', $oObj->GetHyperLink());
$sSubtitle = Dict::Format('UI:Delete:Confirm_Object', $oObj->GetHyperLink());
} else {
$sSubtitle = Dict::Format(
'UI:Delect:Confirm_Count_ObjectsOf_Class',
'UI:Delete:Confirm_Count_ObjectsOf_Class',
count($aObjects),
MetaModel::GetName($sClass)
);