Frontend: Rename sort order options

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-25 18:47:21 +02:00
parent e9948344c0
commit a551185a98
2 changed files with 4 additions and 4 deletions

View File

@ -154,8 +154,8 @@
{value: 'imported', text: this.$gettext('Recently imported')},
{value: 'newest', text: this.$gettext('Newest first')},
{value: 'oldest', text: this.$gettext('Oldest first')},
{value: 'similar', text: this.$gettext('Similar')},
{value: 'relevance', text: this.$gettext('Relevance')},
{value: 'similar', text: this.$gettext('Group by similarity')},
{value: 'relevance', text: this.$gettext('Most relevant')},
],
},
labels: {

View File

@ -169,8 +169,8 @@
{value: 'imported', text: this.$gettext('Recently imported')},
{value: 'newest', text: this.$gettext('Newest first')},
{value: 'oldest', text: this.$gettext('Oldest first')},
{value: 'similar', text: this.$gettext('Similar')},
{value: 'relevance', text: this.$gettext('Relevance')},
{value: 'similar', text: this.$gettext('Group by similarity')},
{value: 'relevance', text: this.$gettext('Most relevant')},
],
},
labels: {