diff options
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index a54d08a..8fbf458 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -188,7 +188,7 @@ <input id="annotateMsgId" type="text" style="width:100%" onKeyUp="annotateChanged()"> </div> <div><br/></div> - <div>Enter a messages for the annotation</div> + <div>Enter a message for the annotation</div> <div id="annotateTextWrap"> <input id="annotateMessage" type="text" style="width:100%" onKeyUp="annotateChanged()"> </div> |