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
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-03-07 15:23:06 +0300
committerGitHub <noreply@github.com>2021-03-07 15:23:06 +0300
commit9bc55c607ba55d4adbba4807d75dad1791933cdc (patch)
tree10757d2bbbf8e78253a30bd61aaf9943deb82937 /src/js/views/Vote.vue
parent2da7eecc5154fa5acab94f2b0ae1baa8527aead8 (diff)
Improve participant
Diffstat (limited to 'src/js/views/Vote.vue')
-rw-r--r--src/js/views/Vote.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index 86dd6918..25548cfb 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -78,7 +78,7 @@
<div v-if="poll.anonymous" class="area__footer">
<div>
- {{ t('poll', 'Although participants names are hidden, this is not a real anonymous poll because they are not hidden from the owner.') }}
+ {{ t('poll', 'Although participant\'s names are hidden, this is not a real anonymous poll because they are not hidden from the owner.') }}
{{ t('poll', 'Additionally the owner can remove the anonymous flag at any time, which will reveal the participant\'s names.') }}
</div>
</div>