diff --git a/frontend/src/ts/utils/strings.ts b/frontend/src/ts/utils/strings.ts index d879a6d3a..150105a7b 100644 --- a/frontend/src/ts/utils/strings.ts +++ b/frontend/src/ts/utils/strings.ts @@ -143,6 +143,7 @@ export function cleanTypographySymbols(textToClean: string): string { " ": " ", " ": " ", " ": " ", + "᾽": "'", }; return textToClean.replace( /[“”’‘—,…«»–\u2007\u202F\u00A0]/g,