From 4de25cdbd08a6e1c99de64540f01f4f68df6c76f Mon Sep 17 00:00:00 2001
From: lbnesquik <lbnesquik@gmail.com>
Date: Mon, 4 Jan 2021 18:29:08 +0100
Subject: [PATCH] Updated localization files

---
 src/js/vignettes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/vignettes.js b/src/js/vignettes.js
index cd1399f09f0..05525a23269 100644
--- a/src/js/vignettes.js
+++ b/src/js/vignettes.js
@@ -145,7 +145,7 @@ globalThis.GetVignette = function(slave) {
 				break;
 			case 4:
 				vignettes.push({
-					text: `a youthful first-timer to the free cities visited ${him} and was so infatued with their looks that they visited several days in a row`,
+					text: `a youthful first-timer to the free cities visited ${him} and was so infatuated with ${his} looks that they visited several days in a row`,
 					type: "cash",
 					effect: 1,
 				});
-- 
GitLab