summaryrefslogtreecommitdiffstats
path: root/reports
diff options
context:
space:
mode:
Diffstat (limited to 'reports')
-rw-r--r--reports/xsl-transforms/nodes-digest-email.xsl2
-rw-r--r--reports/xsl-transforms/nodes-digest-rss.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/reports/xsl-transforms/nodes-digest-email.xsl b/reports/xsl-transforms/nodes-digest-email.xsl
index 6dcb24bed..2aeea1ed4 100644
--- a/reports/xsl-transforms/nodes-digest-email.xsl
+++ b/reports/xsl-transforms/nodes-digest-email.xsl
@@ -36,7 +36,7 @@ SUMMARY:
</xsl:if>
<xsl:if test="count(/Report/Node/Statistics/Stale) > 0">
<xsl:text> </xsl:text>
- <xsl:value-of select="count(/Report/Node/Statistics/Stale)" /> nodes did not run this calendar day.
+ <xsl:value-of select="count(/Report/Node/Statistics/Stale)" /> nodes did not run within the last 24 hours.
</xsl:if>
DETAILS:
<xsl:apply-templates select="Node">
diff --git a/reports/xsl-transforms/nodes-digest-rss.xsl b/reports/xsl-transforms/nodes-digest-rss.xsl
index 174c804e3..06c86c181 100644
--- a/reports/xsl-transforms/nodes-digest-rss.xsl
+++ b/reports/xsl-transforms/nodes-digest-rss.xsl
@@ -33,7 +33,7 @@ SUMMARY:
<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Modified)" /> nodes were modified in the last run. (includes both good and bad nodes)
</xsl:if>
<xsl:if test="count(/Report/Node/Statistics/Stale) > 0">
-<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Stale)" /> nodes did not run this calendar day.
+<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Stale)" /> nodes did not run within the last 24 hours.
</xsl:if>
DETAILS:
<xsl:apply-templates select="Node">