mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 14:37:36 +01:00
Rename "unapprove" to "unpublish"
This commit is contained in:
parent
40a59a4d31
commit
a9533732f3
@ -64,7 +64,7 @@ def get_package_tabs(user: User, package: Package):
|
||||
},
|
||||
{
|
||||
"id": "remove",
|
||||
"title": gettext("Remove"),
|
||||
"title": gettext("Remove / Unpublish"),
|
||||
"url": package.get_url("packages.remove")
|
||||
}
|
||||
]
|
||||
|
@ -44,7 +44,7 @@ Remove {{ package.title }}
|
||||
<input type="submit" name="delete" value="{{ _('Remove') }}" class="btn btn-danger me-2" />
|
||||
|
||||
{% if package.approved %}
|
||||
<input type="submit" name="unapprove" value="{{ _('Unapprove') }}" class="btn btn-warning" />
|
||||
<input type="submit" name="unapprove" value="{{ _('Unpublish') }}" class="btn btn-warning" />
|
||||
{% endif %}
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user