aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/graph.js2
-rw-r--r--interface/js/app/stats.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/interface/js/app/graph.js b/interface/js/app/graph.js
index a43cf2b64..e26a6bb71 100644
--- a/interface/js/app/graph.js
+++ b/interface/js/app/graph.js
@@ -64,7 +64,7 @@ function($, D3Evolution, unused) {
label: "Rejected",
color: "#FF0000"
}, {
- label: "Temporary rejected",
+ label: "Temporarily rejected",
color: "#BF8040"
}, {
label: "Subject rewritten",
diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js
index 4010191cf..377c2272c 100644
--- a/interface/js/app/stats.js
+++ b/interface/js/app/stats.js
@@ -146,7 +146,7 @@ function($, d3pie, Humanize) {
"value" : data.clean
}, {
"color" : "#BF8040",
- "label" : "Temporary rejected",
+ "label" : "Temporarily rejected",
"data" : data.soft_reject,
"value" : data.soft_reject
}, {