Fix undefined string
This commit is contained in:
parent
6681c3f9c1
commit
48a3af6ba6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ $(function() {
|
|||
}
|
||||
|
||||
if ('' === response.warning) {
|
||||
content = text.modal_failure_content;
|
||||
content = wishthis.strings.modal.failure.content;
|
||||
}
|
||||
|
||||
$('body')
|
||||
|
|
Loading…
Reference in a new issue