diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-31 18:55:38 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-31 18:55:38 +0200 |
| commit | 5366253cc74b6df84cd0923220d288dc7385e111 (patch) | |
| tree | 279fbd4b6a66f81ccc0ea54fb24f8054605bdaf3 /client | |
| parent | fd5d46b71af450fb582506dc8dd9c8d343d3a5c5 (diff) | |
change gov/mil to mil/gov
Diffstat (limited to 'client')
| -rw-r--r-- | client/chart/constants.js | 4 |
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 |
