fix: Typo
o => to
This commit is contained in:
parent
d607122657
commit
55c47e48aa
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ html(ng-app='bTorrent', lang='en')
|
||||||
th Actions
|
th Actions
|
||||||
tbody(ng-hide='client.torrents.length')
|
tbody(ng-hide='client.torrents.length')
|
||||||
tr
|
tr
|
||||||
td.center(colspan='100') Add a torrent o seed a file!
|
td.center(colspan='100') Add a torrent to seed a file!
|
||||||
tbody(ng-repeat='torrent in client.torrents', ng-if='torrent.name')
|
tbody(ng-repeat='torrent in client.torrents', ng-if='torrent.name')
|
||||||
tr.torrentRow(ng-class='{selectedTorrent: torrent.showFiles}')
|
tr.torrentRow(ng-class='{selectedTorrent: torrent.showFiles}')
|
||||||
td
|
td
|
||||||
|
|
Loading…
Reference in a new issue