summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2017-09-05 23:19:39 +0000
committerMagnus Hagander2017-09-05 23:19:39 +0000
commit59ee0ca9c6a45300bfb1f678ed5a1a74e2045c08 (patch)
tree5a9f7b03665ecc3e6eff4a4afd6cb550604055e6
parent778182f966e164ea12df200cd03432fb98bf70e8 (diff)
Fix typo
-rw-r--r--pgcommitfest/commitfest/templates/patch.html2
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>