diff options
Diffstat (limited to 'src')
-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"> |