Video watchlist: rename the default sort 'Following' -> 'Default'
'Following' read like a filter (everything on the watchlist is followed); it's just the default sort (explicit follows first, then airing-default shows A-Z).
This commit is contained in:
parent
21163239da
commit
638269d870
1 changed files with 1 additions and 1 deletions
|
|
@ -934,7 +934,7 @@
|
|||
<input type="text" class="vwlp-search-input" data-vwlp-search placeholder="Search watchlist…" autocomplete="off" spellcheck="false">
|
||||
</div>
|
||||
<select class="vwlp-sort" data-vwlp-sort aria-label="Sort">
|
||||
<option value="default">Following</option>
|
||||
<option value="default">Default</option>
|
||||
<option value="title">A–Z</option>
|
||||
<option value="added">Recently added</option>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in a new issue