mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 19:52:50 +02:00
Update progress sort labels
This commit is contained in:
@@ -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'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user