Fix undefined string

This commit is contained in:
grandeljay 2022-11-28 11:59:24 +01:00
parent 6681c3f9c1
commit 48a3af6ba6

View file

@ -48,7 +48,7 @@ $(function() {
}
if ('' === response.warning) {
content = text.modal_failure_content;
content = wishthis.strings.modal.failure.content;
}
$('body')