Author: humbedooh
Date: Sat Apr 17 09:52:43 2021
New Revision: 1888850

URL: http://svn.apache.org/viewvc?rev=1888850&view=rev
Log:
further tweak wordings

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js?rev=1888850&r1=1888849&r2=1888850&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js 
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js Sat 
Apr 17 09:52:43 2021
@@ -248,7 +248,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -266,7 +266,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -287,7 +287,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -304,7 +304,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -322,7 +322,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -341,7 +341,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -361,7 +361,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -380,7 +380,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1888850&r1=1888849&r2=1888850&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Sat Apr 17 
09:52:43 2021
@@ -1462,7 +1462,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -1480,7 +1480,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -1501,7 +1501,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -1518,7 +1518,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -1536,7 +1536,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -1555,7 +1555,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -1575,7 +1575,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }
@@ -1594,7 +1594,7 @@ function health_tips(data) {
         ctxt += ' increase';
       } else if (pct < 0) {
         if (pct < -10) color = 'maroon';
-        ctxt += ' decrease';
+        ctxt += ' change';
       } else {
         ctxt = 'no change';
       }


Reply via email to