bauerj / paperless_app

An Android/iOS app for Paperless
https://play.google.com/store/apps/details?id=eu.bauerj.paperless_app
GNU General Public License v3.0
524 stars 45 forks source link

Fix ascending/descending terminology #77

Closed vstollen closed 2 years ago

vstollen commented 2 years ago

The terminology "ascending" and "descending" seems to be mixed up.

When "Ascending" is chosen, the results are sorted from "Z" to "A" and vice versa. In reality, ascending order should be from "A" to "Z".

This PR swaps the terminology to fix this issue.

bauerj commented 2 years ago

Thank you very much!