diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc index 5a9ef96..582916e 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc @@ -20,7 +20,7 @@ function getPage($sParentDocumentName, $sChildDocumentName, $iParentDocumentID) { global $default; - $sToRender = renderHeading(); + $sToRender = renderHeading("Unlink document"); $sToRender .= "
| You have chosen to delete the link between the document '$sParentDocumentName' and the document '$sChildDocumentName' | \n";