mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-08 22:17:34 +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):
|
class PackageState(enum.Enum):
|
||||||
WIP = "Work in Progress"
|
WIP = "Draft"
|
||||||
CHANGES_NEEDED = "Changes Needed"
|
CHANGES_NEEDED = "Changes Needed"
|
||||||
READY_FOR_REVIEW = "Ready for Review"
|
READY_FOR_REVIEW = "Ready for Review"
|
||||||
APPROVED = "Approved"
|
APPROVED = "Approved"
|
||||||
DELETED = "Deleted"
|
DELETED = "Deleted"
|
||||||
|
|
||||||
def toName(self):
|
def toName(self):
|
||||||
|
@ -18,7 +18,7 @@ Delete | {{ package.title }}
|
|||||||
|
|
||||||
{% if package.approved %}
|
{% if package.approved %}
|
||||||
<p>
|
<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.
|
it can be submitted for approval again.
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user