fix: Typo

o => to
This commit is contained in:
Lewis Cowper 2015-12-01 10:34:16 +01:00
parent d607122657
commit 55c47e48aa

View file

@ -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