summaryrefslogtreecommitdiffstats
path: root/reports/xsl-transforms/xsl-transform-includes
diff options
context:
space:
mode:
Diffstat (limited to 'reports/xsl-transforms/xsl-transform-includes')
-rw-r--r--reports/xsl-transforms/xsl-transform-includes/html-templates.xsl2
-rw-r--r--reports/xsl-transforms/xsl-transform-includes/text-templates.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl b/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl
index 93c736ef1..cfe494b05 100644
--- a/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl
+++ b/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl
@@ -30,7 +30,7 @@
<xsl:template match="Stale">
<div class="warning">
- <span class="nodelisttitle">This node did not run on today's calendar date-- it may be out of date.</span>
+ <span class="nodelisttitle">This node did not run within the last 24 hours-- it may be out of date.</span>
</div>
</xsl:template>
diff --git a/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl b/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl
index 07e060f47..c393692a4 100644
--- a/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl
+++ b/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl
@@ -24,7 +24,7 @@
<xsl:text> </xsl:text>Node is clean; Everything has been satisfactorily configured.
</xsl:template>
<xsl:template match="Stale">
-<xsl:text> </xsl:text>This node did not run today-- it may be out of date.
+<xsl:text> </xsl:text>This node did not run within the last 24 hours-- it may be out of date.
</xsl:template>
<xsl:template match="Bad">
<xsl:text> </xsl:text><xsl:value-of select="count(./*)" /> items did not verify and are considered Dirty: