diff options
Diffstat (limited to 'app/travel-advisory/HistoryModal.js')
| -rw-r--r-- | app/travel-advisory/HistoryModal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/travel-advisory/HistoryModal.js b/app/travel-advisory/HistoryModal.js index 2ceec7b..6449a6a 100644 --- a/app/travel-advisory/HistoryModal.js +++ b/app/travel-advisory/HistoryModal.js @@ -12,7 +12,7 @@ const HistoryModal = ({ isVisible, onClose, countries, dangerLevel, history }) = ) }) } else { - historyList = <li>There is currently a parasite going around the world, travel carefully.</li>; + historyList = <li>Currently no diplomatic/medical issues in this country.</li>; } return ( |
