qa/createBlogReport.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 958b86687bdd0b69031809a5b53a5518e9ab16e3
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Nov 7 12:06:00 2018 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Nov 7 12:06:00 2018 +0100

    QA: Verified bugs -> Verified bug fixes

diff --git a/qa/createBlogReport.py b/qa/createBlogReport.py
index 2e70bba..87abbf2 100755
--- a/qa/createBlogReport.py
+++ b/qa/createBlogReport.py
@@ -330,7 +330,7 @@ def createReport(statList):
     createSection(fp, statList['confirmed'], "Triaged Bugs", "triaged", 
"Triagers", "gold")
     createSection(fp, statList['fixed'], "Fixed Bugs", "fixed", "Fixers", 
"darksalmon")
     createList(fp, statList['criticalFixed'], "List of critical bugs fixed")
-    createSection(fp, statList['verified'], "Verified Bugs", "verified", 
"Verifiers", "palegreen")
+    createSection(fp, statList['verified'], "Verified bug fixes", "verified", 
"Verifiers", "palegreen")
     createSection(fp, statList['metabug'], "Categorized Bugs", "categorized 
with a metabug", "Categorizers", "lightpink")
     createSection(fp, statList['keywords']['bisected'], "Bisected Bugs", 
"bisected", "Bisecters", "orange")
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to