From 7c0f651b14332e12c8f31ab38dbf28677b52ae63 Mon Sep 17 00:00:00 2001 From: lbnesquik <lbnesquik@gmail.com> Date: Mon, 4 Jan 2021 04:37:36 +0100 Subject: [PATCH] Typo correction --- 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 88e771d67ba..cd1399f09f0 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 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 infatued with their looks that they visited several days in a row`, type: "cash", effect: 1, }); -- GitLab