From 9f7191dba71f1dd2d8d37ed3122385f90b8bdd3f Mon Sep 17 00:00:00 2001 From: Anu <anulithic@gmail.com> Date: Mon, 24 Feb 2025 17:33:29 -0800 Subject: [PATCH] Sahrawi Republic and Zaire --- src/js/utilsSlave.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/utilsSlave.js b/src/js/utilsSlave.js index 3cc45175a18..f12cd3a9ede 100644 --- a/src/js/utilsSlave.js +++ b/src/js/utilsSlave.js @@ -1722,7 +1722,7 @@ globalThis.nationOf = function(nation) { country = "Portugal"; break; case "Sahrawi": - country = "Western Sahara"; // other options: the Sahrawi Republic, the Sahrawi Arab Democratic Republic + country = "the Sahrawi Republic"; // other options: Western Sahara, the Sahrawi Arab Democratic Republic break; case "Salvadoran": country = "El Salvador"; @@ -1770,7 +1770,7 @@ globalThis.nationOf = function(nation) { country = "Saint Vincent and the Grenadines"; break; case "Zairian": - country = "the Democratic Republic of the Congo"; // other options: Zaire, Congo-Kinshasa, DR Congo, Big Congo + country = "Zaire"; // other options: the Democratic Republic of the Congo, Congo-Kinshasa, DR Congo, Big Congo break; case "Rhodesian": // no slave's nationality should ever be directly assigned Rhodesian, but it is occasionally used as an alias, so catch it just in case country = "Zimbabwe"; -- GitLab