diff --git a/views/bootstrap/class.ManageNotify.php b/views/bootstrap/class.ManageNotify.php
index 43454f05f..6fb01206b 100644
--- a/views/bootstrap/class.ManageNotify.php
+++ b/views/bootstrap/class.ManageNotify.php
@@ -89,7 +89,7 @@ class SeedDMS_View_ManageNotify extends SeedDMS_Bootstrap_Style {
print "
" . htmlspecialchars($fld->getName()) . " | \n";
print "".htmlspecialchars($owner->getFullName())." | ";
print "";
- if ($deleteaction) print "".getMLText("delete")."";
+ if ($deleteaction) print " ".getMLText("delete")."";
else print "".getMLText("edit")."";
print " | ";
}
@@ -126,7 +126,7 @@ class SeedDMS_View_ManageNotify extends SeedDMS_Bootstrap_Style {
print "".getOverallStatusText($status["status"])." | ";
print "".$latest->getVersion()." | ";
print "";
- if ($deleteaction) print "".getMLText("delete")."";
+ if ($deleteaction) print " ".getMLText("delete")."";
else print "".getMLText("edit")."";
print " | \n";
}