diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2010-10-18 12:40:58 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-11-02 20:35:18 -0500 |
commit | 375be7ae1b70d83c692b246f4a7eee36cfa46093 (patch) | |
tree | 89766ec6d7bfd03475f4f1dee746cb97191c9834 | |
parent | d17fedf68c947c3ada40b441d32c8d3f185028f9 (diff) | |
download | bcfg2-375be7ae1b70d83c692b246f4a7eee36cfa46093.tar.gz bcfg2-375be7ae1b70d83c692b246f4a7eee36cfa46093.tar.bz2 bcfg2-375be7ae1b70d83c692b246f4a7eee36cfa46093.zip |
Reports: Fix typo
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | src/lib/Server/Reports/reports/templates/config_items/item.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/reports/templates/config_items/item.html b/src/lib/Server/Reports/reports/templates/config_items/item.html index 41474922b..58aed1684 100644 --- a/src/lib/Server/Reports/reports/templates/config_items/item.html +++ b/src/lib/Server/Reports/reports/templates/config_items/item.html @@ -88,7 +88,7 @@ div.entry_list h3 { <div class='entry_list'> <div class='entry_list_head'> - <h3>Occurances on {{ timestamp|date:"Y-m-d" }}</h3> + <h3>Occurences on {{ timestamp|date:"Y-m-d" }}</h3> </div> {% if associated_list %} <table class="entry_list" cellpadding="3"> |