diff options
-rw-r--r-- | .templates/editpage.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl index 237a6c92..0798695e 100644 --- a/.templates/editpage.tmpl +++ b/.templates/editpage.tmpl @@ -23,8 +23,8 @@ </li> <TMPL_IF NAME="CAN_COMMIT"> <li> -<label for="comments" class="block">Optional comment about this change:</label> -<TMPL_VAR FIELD-COMMENTS><br /> +<label for="editmessage" class="block">Optional comment about this change:</label> +<TMPL_VAR FIELD-EDITMESSAGE><br /> </li> </TMPL_IF> </ol> |