mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 05:19:37 +00:00
Update progress sort labels
This commit is contained in:
parent
f6b922fe8d
commit
c98763fc48
3 changed files with 9 additions and 9 deletions
|
|
@ -135,11 +135,11 @@ export default {
|
|||
value: 'progress'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLibrarySortByStartDate,
|
||||
text: this.$strings.LabelLibrarySortByProgressStarted,
|
||||
value: 'startedDate'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLibrarySortByFinishDate,
|
||||
text: this.$strings.LabelLibrarySortByProgressFinished,
|
||||
value: 'finishedDate'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue