From be13465a33fc32816b4992afbe1da08aab6f36eb Mon Sep 17 00:00:00 2001 From: Kirill Ivanov <8144358+bragov4ik@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:38:52 +0300 Subject: [PATCH] fix(stats): parentheses in chart titles (#1068) --- stats/config/charts.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/stats/config/charts.json b/stats/config/charts.json index 794604fa5..bd893ce41 100644 --- a/stats/config/charts.json +++ b/stats/config/charts.json @@ -2,7 +2,7 @@ "template_values": { "native_coin_symbol": "ETH", "active_recurring_accounts_title": "Active recurring accounts", - "active_recurring_accounts_description": "Accounts active this period and during some interval before" + "active_recurring_accounts_description": "Accounts active this period and within a prior" }, "counters": { "total_blocks": { @@ -67,17 +67,17 @@ }, "active_recurring_accounts_60_days": { "enabled": false, - "title": "{{active_recurring_accounts_title}} (60 days)", - "description": "{{active_recurring_accounts_description}} (60 days prior to the period)" + "title": "{{active_recurring_accounts_title}} - 60 days window", + "description": "{{active_recurring_accounts_description}} 60-day timespan" }, "active_recurring_accounts_90_days": { - "title": "{{active_recurring_accounts_title}} (90 days)", - "description": "{{active_recurring_accounts_description}} (90 days prior to the period)" + "title": "{{active_recurring_accounts_title}} - 90 days window", + "description": "{{active_recurring_accounts_description}} 90-day timespan" }, "active_recurring_accounts_120_days": { "enabled": false, - "title": "{{active_recurring_accounts_title}} (120 days)", - "description": "{{active_recurring_accounts_description}} (120 days prior to the period)" + "title": "{{active_recurring_accounts_title}} - 120 days window", + "description": "{{active_recurring_accounts_description}} 120-day timespan" }, "accounts_growth": { "title": "Number of accounts",