mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Web UI translation fixes
This commit is contained in:
parent
4ec78d1405
commit
ed3fa0ccee
67 changed files with 178 additions and 22 deletions
|
@ -240,7 +240,7 @@ window.addEvent('load', function(){
|
|||
noCache: true,
|
||||
method: 'get',
|
||||
onFailure: function() {
|
||||
$('error_div').set('html', 'qBittorrent client is not reachable');
|
||||
$('error_div').set('html', '_(qBittorrent client is not reachable)');
|
||||
waiting=false;
|
||||
ajaxfn.delay(2000);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue