diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc
index 20502fe..ddf55ed 100644
--- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc
+++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc
@@ -30,7 +30,7 @@ function getDocumentPath($oDocument) {
function getDocumentEmailPage($oDocument,$oUserArray) {
global $default;
- $sToRender = renderHeading("Email document link");
+ $sToRender = renderHeading("Email Document Link");
$sToRender .= getDocumentPath($oDocument) . "\n
\n";
$sToRender .= "
| Recipient name: | \n"; |