Minor fix to the y-axis label on the flowTP1g test graph

Change-Id: Iffadc53dbbd8d4830cd16c3ce88c06565f92b93e
diff --git a/TestON/JenkinsFile/scripts/SCPFflowTp1g.R b/TestON/JenkinsFile/scripts/SCPFflowTp1g.R
index 2116035..e11196a 100644
--- a/TestON/JenkinsFile/scripts/SCPFflowTp1g.R
+++ b/TestON/JenkinsFile/scripts/SCPFflowTp1g.R
@@ -147,7 +147,7 @@
 width <- 0.7  # Width of the bars.
 xScaleConfig <- scale_x_continuous( breaks = dataFrame$scale, label = dataFrame$scale )
 xLabel <- xlab( "Scale" )
-yLabel <- ylab( "Throughput (events/second)" )
+yLabel <- ylab( "Throughput (,000 Flows/sec)" )
 fillLabel <- labs( fill="Type" )
 chartTitle <- "Flow Throughput Test"
 if ( args[ 1 ] == 'y' ){