File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ <h1 class="applicationTitle">qBittorrent Web User Interface <span class="version
251
251
< li > < a href ="#addPeer "> < img src ="images/peers-add.svg " alt ="QBT_TR(Add peers...)QBT_TR[CONTEXT=PeerListWidget] "> QBT_TR(Add peers...)QBT_TR[CONTEXT=PeerListWidget]</ a > </ li >
252
252
< li > < a href ="#copyPeer " id ="CopyPeerInfo "> < img src ="images/edit-copy.svg " alt ="QBT_TR(Copy IP:port)QBT_TR[CONTEXT=PeerListWidget] "> QBT_TR(Copy IP:port)QBT_TR[CONTEXT=PeerListWidget]</ a > </ li >
253
253
< li class ="separator "> < a href ="#banPeer "> < img src ="images/peers-remove.svg " alt ="QBT_TR(Ban peer permanently)QBT_TR[CONTEXT=PeerListWidget] "> QBT_TR(Ban peer permanently)QBT_TR[CONTEXT=PeerListWidget]</ a > </ li >
254
- < li > < a href ="#shadowbanPeer "> < img src ="images/peers-remove.svg " alt ="QBT_TR(Shadowban peer)QBT_TR[CONTEXT=PeerListWidget] " / > QBT_TR(Shadowban peer)QBT_TR[CONTEXT=PeerListWidget]</ a > </ li >
254
+ < li > < a href ="#shadowbanPeer "> < img src ="images/peers-remove.svg " alt ="QBT_TR(Shadowban peer)QBT_TR[CONTEXT=PeerListWidget] "> QBT_TR(Shadowban peer)QBT_TR[CONTEXT=PeerListWidget]</ a > </ li >
255
255
</ ul >
256
256
< ul id ="torrentWebseedsMenu " class ="contextMenu ">
257
257
< li > < a href ="#AddWebSeeds "> < img src ="images/list-add.svg " alt ="QBT_TR(Add web seeds...)QBT_TR[CONTEXT=PropertiesWidget] "> QBT_TR(Add web seeds...)QBT_TR[CONTEXT=PropertiesWidget]</ a > </ li >
Original file line number Diff line number Diff line change @@ -1024,7 +1024,7 @@ window.qBittorrent.DynamicTable ??= (() => {
1024
1024
}
1025
1025
else {
1026
1026
const tr = this . getTrByRowId ( rowId ) ;
1027
- tr ?. remove ( ) ;
1027
+ tr ?. remove ( ) ;
1028
1028
}
1029
1029
} ,
1030
1030
Original file line number Diff line number Diff line change 596
596
</ div >
597
597
< div class ="formRow ">
598
598
< fieldset class ="settings ">
599
- < legend > QBT_TR(Manually shadow banned IP addresses...)QBT_TR[CONTEXT=OptionsDialog]</ legend >
600
- < textarea id ="shadowBannedIPs " rows ="5 " cols ="70 "> </ textarea >
599
+ < legend id =" shadowBanLabel " > QBT_TR(Manually shadow banned IP addresses...)QBT_TR[CONTEXT=OptionsDialog]</ legend >
600
+ < textarea id ="shadowBannedIPs " rows ="5 " cols ="70 " aria-labelledby =" shadowBanLabel " > </ textarea >
601
601
</ fieldset >
602
602
</ div >
603
603
</ fieldset >
1025
1025
</ tbody >
1026
1026
</ table >
1027
1027
< div class ="formRow ">
1028
- < input type ="checkbox " id ="cookie_expiration_checkbox " / >
1028
+ < input type ="checkbox " id ="cookie_expiration_checkbox ">
1029
1029
< label for ="cookie_expiration_checkbox "> QBT_TR(Enable cookie expiration)QBT_TR[CONTEXT=OptionsDialog]</ label >
1030
1030
</ div >
1031
1031
</ fieldset >
You can’t perform that action at this time.
0 commit comments