From 51adc9813f414371575c785db71a86bcfb266a4d Mon Sep 17 00:00:00 2001
From: ArnaudCerisier <arnaud.cerisier@gmail.com>
Date: Mon, 22 May 2017 11:32:28 +0200
Subject: [PATCH] [fix] Problems corrected on Graph TX : title, filter lost,
 click to search #457

---
 www/plugins/graph/i18n/locale-en-GB.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/plugins/graph/i18n/locale-en-GB.json b/www/plugins/graph/i18n/locale-en-GB.json
index 337754035..67b7b4483 100644
--- a/www/plugins/graph/i18n/locale-en-GB.json
+++ b/www/plugins/graph/i18n/locale-en-GB.json
@@ -20,6 +20,7 @@
       "TX_DIVIDER": "Analysis of transactions",
       "TX_AMOUNT_TITLE": "Transaction volume",
       "TX_AMOUNT_PUBKEY_TITLE": "Volume of transactions calculated by {{issuer | formatPubkey}}",
+      "TX_AMOUNT_LABEL": "Exchange volume",
       "TX_COUNT_TITLE": "Number of written transactions",
       "TX_COUNT_LABEL": "Number of transactions",
       "TX_AVG_BY_BLOCK": "Average per block",
-- 
GitLab