summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2017-10-02 08:02:44 +0000
committerMagnus Hagander2017-10-02 08:02:44 +0000
commit95621f6c2028ab9b2ab48efa4a9ce1045c0933c1 (patch)
treeb8aa4b6f3f4def0a0705d17bfaf36ca961e57b09
parent123a0a4869c5e793964ad4154efddcf39cbc8b38 (diff)
Fix typo
-rw-r--r--pgcommitfest/commitfest/static/commitfest/js/commitfest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/static/commitfest/js/commitfest.js b/pgcommitfest/commitfest/static/commitfest/js/commitfest.js
index 08701e1..84d728d 100644
--- a/pgcommitfest/commitfest/static/commitfest/js/commitfest.js
+++ b/pgcommitfest/commitfest/static/commitfest/js/commitfest.js
@@ -5,7 +5,7 @@ function verify_returned() {
return confirm('Are you sure you want to close this patch as Returned with Feedback?\n\nThis should be done if the patch is expected to be finished at some future time, but not necessarily in the next commitfest. If work is undergoing and expected in the next commitfest, it should instead be set to "Moved to next CF".\n\nSo - are you sure?');
}
function verify_next() {
- return confirm('Are you sure you want to move this patch to the next commitfest?\n\nThis means the patch will be marked as closed in this commitfest, but will automaticalliy be moved to the next one. If no further work is expected on this patch, it should be closed with "Rejected" or "Returned with Feedback" instead.\n\nSo - are you sure?');
+ return confirm('Are you sure you want to move this patch to the next commitfest?\n\nThis means the patch will be marked as closed in this commitfest, but will automatically be moved to the next one. If no further work is expected on this patch, it should be closed with "Rejected" or "Returned with Feedback" instead.\n\nSo - are you sure?');
}
function findLatestThreads() {
$('#attachThreadListWrap').addClass('loading');