1
0
Fork 0

Rename 'Partially Read' to 'Stopped Reading'

This commit is contained in:
Thomas Versteeg 2022-02-12 19:44:06 +01:00
parent bc89dd7041
commit c88b34814f
17 changed files with 105 additions and 72 deletions

View file

@ -373,8 +373,8 @@ class User(OrderedCollectionPageMixin, AbstractUser):
"identifier": "read",
},
{
"name": "Partially Read",
"identifier": "partially-read",
"name": "Stopped Reading",
"identifier": "stopped-reading",
},
]