Skip to content

Commit

Permalink
fix: change labels AB#26020
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Jan 22, 2024
1 parent 1f5a65f commit f590710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"stationCode": "G5075",
"forecastLevel": 500,
"eapAlertClass": "med",
"eapAlertClass": "min",
"forecastReturnPeriod": null,
"triggerLevel": 400
},
Expand Down Expand Up @@ -44,7 +44,7 @@
{
"stationCode": "G5230",
"forecastLevel": 410,
"eapAlertClass": "min",
"eapAlertClass": "med",
"forecastReturnPeriod": null,
"triggerLevel": 400
},
Expand Down
6 changes: 3 additions & 3 deletions services/API-service/src/scripts/json/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"value": 0
},
"min": {
"label": "Minimum alert",
"label": "Low warning",
"color": "ibf-yellow",
"value": 0.3
},
"med": {
"label": "Medium alert",
"label": "Medium warning",
"color": "ibf-orange",
"value": 0.7
},
"max": {
"label": "Activate EAP",
"label": "Trigger",
"color": "ibf-trigger-alert-primary",
"value": 1
}
Expand Down

0 comments on commit f590710

Please sign in to comment.