Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2017-10-25 12:52:53 +0300
committerGitHub <noreply@github.com>2017-10-25 12:52:53 +0300
commitdafc9e6671d2175059af146290bc4462d6260dda (patch)
treefcb77803a04b6b8ef43f3418937087e5b1a06cc4 /js
parentbe928b66acdcf20a5a93acab0ffafb23e6e493eb (diff)
... → …
Diffstat (limited to 'js')
-rw-r--r--js/vote.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vote.js b/js/vote.js
index 555eb5eb..67eacd13 100644
--- a/js/vote.js
+++ b/js/vote.js
@@ -126,7 +126,7 @@ $(document).ready(function () {
$('.new-comment textarea').val('').focus();
$('.new-comment .icon-loading-small').hide();
}).error(function() {
- alert(t('polls', 'An error occurred, your comment was not posted...'));
+ alert(t('polls', 'An error occurred, your comment was not posted…'));
$('.new-comment .icon-loading-small').hide();
});
});