Browse Source

Fix the title of the graph showing the evolution of the number of open tickets on a project

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 3 years ago
parent
commit
907ba17242
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagure/static/issues_stats.js

+ 1 - 1
pagure/static/issues_stats.js

@@ -70,7 +70,7 @@ function issues_history_stats_plot(data) {
       },
       title: {
         display: true,
-        text: 'Evolution of the number of commits over the last year'
+        text: 'Evolution of the number of open tickets over the last year'
       }
     }
   });