Connection error -> Network error.

This commit is contained in:
Nicolas Stepien 2013-02-23 04:30:18 +01:00
parent dad6273520
commit 4fc349d996
2 changed files with 2 additions and 2 deletions

View File

@ -6410,7 +6410,7 @@
return QR.error($.el('a', { return QR.error($.el('a', {
href: '//www.4chan.org/banned', href: '//www.4chan.org/banned',
target: '_blank', target: '_blank',
textContent: 'Connection error, or you are banned.' textContent: 'Network error.'
})); }));
} }
}; };

View File

@ -719,7 +719,7 @@ QR =
QR.error $.el 'a', QR.error $.el 'a',
href: '//www.4chan.org/banned', href: '//www.4chan.org/banned',
target: '_blank', target: '_blank',
textContent: 'Connection error, or you are banned.' textContent: 'Network error.'
opts = opts =
form: $.formData post form: $.formData post
upCallbacks: upCallbacks: