diff --git a/frontend/src/ts/popups/saved-texts-popup.ts b/frontend/src/ts/popups/saved-texts-popup.ts index 4c2132c7a..07de7407d 100644 --- a/frontend/src/ts/popups/saved-texts-popup.ts +++ b/frontend/src/ts/popups/saved-texts-popup.ts @@ -86,7 +86,7 @@ function applySaved(name: string, long: boolean): void { if (long) { text = text.slice(CustomText.getCustomTextLongProgress(name)); } - CustomText.setPopupTextareaState(text.join(CustomText.delimiter)); + CustomText.setPopupTextareaState(text.join(" ")); } $("#popups").on(