From 0a4f3ac4ca1f967593dafa0abdb44ee0cbd4ef75 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 10 Jun 2019 00:20:34 +1000 Subject: [PATCH] Tweak --- server/statistics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/statistics.js b/server/statistics.js index 7674f86..5c72120 100644 --- a/server/statistics.js +++ b/server/statistics.js @@ -49,8 +49,8 @@ const statisticsRequest = (connection) => (req, res) => { 'Scientist Total': scientistTotal, 'Spy Total': { string: '[Classified]', color: 'red' }, 'Gold Average': `${round(goldAverage)}`, - 'Tick Rate': `${tickRate} minutes`, - 'Next Tick': `${nextTick} minute${nextTick === 1 ? '' : 's'} from now` + 'Gold Tick Rate': `${tickRate} minutes`, + 'Gold Next Tick': `${nextTick} minute${nextTick === 1 ? '' : 's'} from now` }); res.end(); });