diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc index fcf949c..f387e26 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc @@ -96,7 +96,7 @@ function renderCheckInPage($oDocument) { * @param object the document to view and check out */ function getCheckInPage($oDocument) { - $sToRender .= renderHeading("Document Detail"); + $sToRender .= renderHeading("Check In Document"); $sToRender .= renderDocumentPath($oDocument, false) . "\n\n"; $sToRender .= renderCheckInPage($oDocument); $sToRender .= renderDocumentData($oDocument, $bEdit);