Update progress sort labels

This commit is contained in:
advplyr 2025-08-24 16:17:31 -05:00
parent f6b922fe8d
commit c98763fc48
3 changed files with 9 additions and 9 deletions

View file

@ -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'
},
{