MSyed has submitted this change and it was merged.

Change subject: Fix names of "Request Types" for the Privacy bar graph
......................................................................


Fix names of "Request Types" for the Privacy bar graph

Change-Id: I70381d199f5bd4d09d33e60201421a6bd0ee59a1
---
M source/data/sum.csv
M source/javascripts/privacy.js
2 files changed, 9 insertions(+), 9 deletions(-)

Approvals:
  MSyed: Verified; Looks good to me, approved



diff --git a/source/data/sum.csv b/source/data/sum.csv
index 6bc5e36..dba7588 100644
--- a/source/data/sum.csv
+++ b/source/data/sum.csv
@@ -1,4 +1,4 @@
-Country,Total,Informal Request, Informal Request Complied,Civil Subpoena,Civil 
Subpoena Complied,Criminal Subpoena,Criminal Subpoena 
Complied,Government,Government Complied,duration
+Country,Total,Informal Request,Informal Request Complied,Civil Subpoena,Civil 
Subpoena Complied,Criminal Subpoena,Criminal Subpoena 
Complied,Government,Government Complied,duration
 France,3,2,0,0,0,0,0,1,0,jul12jun13
 Germany,2,2,0,0,0,0,0,0,0,jul12jun13
 India,2,1,0,1,0,0,0,0,0,jul12jun13
diff --git a/source/javascripts/privacy.js b/source/javascripts/privacy.js
index 580b0b1..af5bf6b 100644
--- a/source/javascripts/privacy.js
+++ b/source/javascripts/privacy.js
@@ -637,14 +637,14 @@
                                        }
                                }
 
-                               addFact( d[ 'Country' ], 'Criminal Subpoena', 
'Yes', d[ 'Criminal Subpoena Complied' ] );
-                               addFact( d[ 'Country' ], 'Criminal Subpoena', 
'No', d[ 'Criminal Subpoena' ] - d[ 'Criminal Subpoena Complied' ] );
-                               addFact( d[ 'Country' ], 'Informal Request', 
'Yes', d[ 'Informal Request Complied' ] );
-                               addFact( d[ 'Country' ], 'Informal Request', 
'No', d[ 'Informal Request' ] - d[ 'Informal Request Complied' ] );
-                               addFact( d[ 'Country' ], 'Government', 'Yes', 
d[ 'Government Complied' ] );
-                               addFact( d[ 'Country' ], 'Government', 'No', d[ 
'Government' ] - d[ 'Government Complied' ] );
-                               addFact( d[ 'Country' ], 'Civil Supoena', 
'Yes', d[ 'Civil Subpoena Complied' ] );
-                               addFact( d[ 'Country' ], 'Civil Subpoena', 
'No', d[ 'Civil Subpoena' ] - d[ 'Civil Subpoena Complied' ] );
+                               addFact( d[ 'Country' ], 'Criminal Subpoenas', 
'Yes', d[ 'Criminal Subpoena Complied' ] );
+                               addFact( d[ 'Country' ], 'Criminal Subpoenas', 
'No', d[ 'Criminal Subpoena' ] - d[ 'Criminal Subpoena Complied' ] );
+                               addFact( d[ 'Country' ], 'Informal 
Non-Government Requests', 'Yes', d[ 'Informal Request Complied' ] );
+                               addFact( d[ 'Country' ], 'Informal 
Non-Government Requests', 'No', d[ 'Informal Request' ] - d[ 'Informal Request 
Complied' ] );
+                               addFact( d[ 'Country' ], 'Informal Government 
Requests', 'Yes', d[ 'Government Complied' ] );
+                               addFact( d[ 'Country' ], 'Informal Government 
Requests', 'No', d[ 'Government' ] - d[ 'Government Complied' ] );
+                               addFact( d[ 'Country' ], 'Civil Subpoenas', 
'Yes', d[ 'Civil Subpoena Complied' ] );
+                               addFact( d[ 'Country' ], 'Civil Subpoenas', 
'No', d[ 'Civil Subpoena' ] - d[ 'Civil Subpoena Complied' ] );
                        } );
                        data = facts;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/151584
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I70381d199f5bd4d09d33e60201421a6bd0ee59a1
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/TransparencyReport
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <psax...@wikimedia.org>
Gerrit-Reviewer: MSyed <ms...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to