diff options
-rw-r--r-- | templates/comments_form.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/comments_form.tmpl b/templates/comments_form.tmpl index 88301fcdc..9a9455f99 100644 --- a/templates/comments_form.tmpl +++ b/templates/comments_form.tmpl @@ -8,8 +8,8 @@ Signed in as <TMPL_VAR NAME=USERNAME ESCAPE=HTML><br /> <TMPL_ELSE> <TMPL_IF NAME=ALLOWAUTHOR> -<TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br /> -<TMPL_VAR NAME=FIELD-URL> (optional)<br /> +Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br /> +Website: <TMPL_VAR NAME=FIELD-URL> (optional)<br /> </TMPL_IF> </TMPL_IF> Subject: <TMPL_VAR FIELD-SUBJECT><br /> |