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,7 +73,7 @@ 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"
|
||||
|
@ -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