mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Improved Web UI translation
This commit is contained in:
parent
16be6fe474
commit
4a66c33a2c
2 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,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)');
|
||||
waitingTrInfo=false;
|
||||
loadTransferInfo.delay(4000);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue