From 93fd1765f6e00f6a38510d379d1d27507d0be02f Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 27 Mar 2017 09:46:56 +0200 Subject: [Minor] Fix English --- interface/js/app/graph.js | 2 +- interface/js/app/stats.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'interface') 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 }, { -- cgit v1.2.3