Update the title of the old flow rules

Change-Id: I43969de870369fa6b81c95b34b34edf61fca9950
diff --git a/TestON/JenkinsFile/scripts/SCPFbatchFlowResp.R b/TestON/JenkinsFile/scripts/SCPFbatchFlowResp.R
index 19e4a1f..a2166c1 100644
--- a/TestON/JenkinsFile/scripts/SCPFbatchFlowResp.R
+++ b/TestON/JenkinsFile/scripts/SCPFbatchFlowResp.R
@@ -95,11 +95,11 @@
 
 postChartTitle <- paste( "Single Bench Flow Latency - Post\n",
                          "Last 3 Builds",
-                         if( args[ old_flow ] == "y" ) " With Old Flow" else "",
+                         if( args[ old_flow ] == "y" ) "\nWith Eventually Consistent Flow Rule Store" else "",
                          sep = "" )
 delChartTitle <- paste( "Single Bench Flow Latency - Del\n",
                         "Last 3 Builds",
-                        if( args[ old_flow ] == "y" ) " With Old Flow" else "",
+                        if( args[ old_flow ] == "y" ) "\nWith Eventually Consistent Flow Rule Store" else "",
                         sep = "" )
 
 # ------------------