Skip to content

Commit 6698e3e

Browse files
committed
Say that "not submitted" means "for moderation"
The objects lists have a section "Not submitted" and the big button at the bottom is labeled "Submit <objecttype>" which looks like that button might submit these objects. Change the section header to "Not submitted for moderation" to make that a bit less confusing. I thought about changing the button label to "Submit new <objecttype>", but then for news, the button would read "Submit new news article" which looked a bit too weird. Discussion: https://postgr.es/m/aUleB6I9meb9KsF7@msg.df7cb.de
1 parent c3f6a31 commit 6698e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/account/objectlist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1>{{title|title}}s <i class="fas fa-th-list"></i></h1>
77
</p>
88

99
{%if objects.inprogress %}
10-
<h3>Not submitted</h3>
10+
<h3>Not submitted for moderation</h3>
1111
<p>
1212
You can edit these {{title}}s an unlimited number of times, but they will not
1313
be published until they are submitted for moderation and approved.

0 commit comments

Comments
 (0)