diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 13:22:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 13:22:50 +0200 |
| commit | 95914436ee3b36e8c7b03941ca2cfd03a0404805 (patch) | |
| tree | a1cf678144f85d04ada7ffc453b4e5690c072003 /client/chart/constants.js | |
| parent | f98046ae89f42082ccbd3126533ba548d734aa78 (diff) | |
| parent | 4a11e59f991c8ca12ef4ca20a3b01741f311a0e4 (diff) | |
merge
Diffstat (limited to 'client/chart/constants.js')
| -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 |
