Skip to content

Commit 1b3eb8e

Browse files
authored
Update form.md
Updated message to end user.
1 parent 5157b61 commit 1b3eb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/comment/form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ The comment submission form is created very similar to a standard web form, only
3737
<input type="submit" name="preview" value="Preview" />
3838
3939
{!-- required to prevent EE from outputting form if commenting is disabled or expired --}
40-
{if comments_disabled}{/if}
41-
{if comments_expired}{/if}
40+
{if comments_disabled}Comments on the entry are currently disabled.{/if}
41+
{if comments_expired}Commenting on the entry has expired.{/if}
4242

4343
{/exp:comment:form}
4444

0 commit comments

Comments
 (0)