diff --git a/src/js/utilsSlave.js b/src/js/utilsSlave.js
index 3cc45175a183667e37728b6ee00206f877c1d8f5..f12cd3a9ede5a709931252c14738d0efd432f0b0 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";