diff --git a/plugins/metrics/dashboard.html b/plugins/metrics/dashboard.html
index bea93acd4b3c4296da014b77e6e19029ebe0bf41..2e6c191948dd749661f6c393f3e5ee88bbd4a168 100644
--- a/plugins/metrics/dashboard.html
+++ b/plugins/metrics/dashboard.html
@@ -28,22 +28,22 @@
                         [1, '#3e3e40']
                     ]
                 },
-                style: {
-                    fontFamily: '\'Unica One\', sans-serif'
-                },
+                // style: {
+                //     fontFamily: 'sans-serif'
+                // },
                 plotBorderColor: '#606063'
             },
             title: {
                 style: {
                     color: '#E0E0E3',
-                    textTransform: 'uppercase',
+                    // textTransform: 'uppercase',
                     fontSize: '20px'
                 }
             },
             subtitle: {
                 style: {
                     color: '#E0E0E3',
-                    textTransform: 'uppercase'
+                    // textTransform: 'uppercase'
                 }
             },
             xAxis: {
@@ -232,7 +232,7 @@
             },
 
             title: {
-                text: 'Transaction per Second'
+                text: 'Transactions per second'
             },
 
             time: {
@@ -262,7 +262,7 @@
             },
 
             series: [{
-                name: 'Transaction per Second',
+                name: 'Transactions per second',
                 data: data,
                 type: 'areaspline',
                 threshold: null,