Rename 'Partially Read' to 'Stopped Reading'
This commit is contained in:
parent
bc89dd7041
commit
c88b34814f
17 changed files with 105 additions and 72 deletions
|
@ -373,8 +373,8 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
"identifier": "read",
|
||||
},
|
||||
{
|
||||
"name": "Partially Read",
|
||||
"identifier": "partially-read",
|
||||
"name": "Stopped Reading",
|
||||
"identifier": "stopped-reading",
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue