mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Rename "Work in Progress" state to "Draft"
This commit is contained in:
parent
6f9c01c375
commit
ce4c2142e2
@ -73,10 +73,10 @@ class PackageType(enum.Enum):
|
||||
|
||||
|
||||
class PackageState(enum.Enum):
|
||||
WIP = "Work in Progress"
|
||||
WIP = "Draft"
|
||||
CHANGES_NEEDED = "Changes Needed"
|
||||
READY_FOR_REVIEW = "Ready for Review"
|
||||
APPROVED = "Approved"
|
||||
APPROVED = "Approved"
|
||||
DELETED = "Deleted"
|
||||
|
||||
def toName(self):
|
||||
|
@ -18,7 +18,7 @@ Delete | {{ package.title }}
|
||||
|
||||
{% if package.approved %}
|
||||
<p>
|
||||
Unapproving a package will put it back into Work in Progress, where
|
||||
Unapproving a package will put it back into Draft, where
|
||||
it can be submitted for approval again.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user