summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-03-31 18:55:38 +0200
committeradamhrv <adam@ahprojects.com>2019-03-31 18:55:38 +0200
commit5366253cc74b6df84cd0923220d288dc7385e111 (patch)
tree279fbd4b6a66f81ccc0ea54fb24f8054605bdaf3 /client
parentfd5d46b71af450fb582506dc8dd9c8d343d3a5c5 (diff)
change gov/mil to mil/gov
Diffstat (limited to 'client')
-rw-r--r--client/chart/constants.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/chart/constants.js b/client/chart/constants.js
index 70375ba3..b916cbd2 100644
--- a/client/chart/constants.js
+++ b/client/chart/constants.js
@@ -59,6 +59,6 @@ export const institutionOrder = {
export const institutionLabels = {
'edu': 'Academic',
'company': 'Commercial',
- 'gov': 'Government / Military',
- 'mil': 'Government / Military',
+ 'gov': 'Military / Government',
+ 'mil': 'Military / Government',
} \ No newline at end of file