diff options
author | Daniel Gustafsson | 2017-09-05 23:19:39 +0000 |
---|---|---|
committer | Magnus Hagander | 2017-09-05 23:19:39 +0000 |
commit | 59ee0ca9c6a45300bfb1f678ed5a1a74e2045c08 (patch) | |
tree | 5a9f7b03665ecc3e6eff4a4afd6cb550604055e6 | |
parent | 778182f966e164ea12df200cd03432fb98bf70e8 (diff) |
Fix typo
-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> |