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 14:44:48 +0300
committerGitHub <noreply@github.com>2021-03-07 14:44:48 +0300
commit2da7eecc5154fa5acab94f2b0ae1baa8527aead8 (patch)
tree9a2ca4d24ec8b4846524f35358970cd7de7e5652 /src/js/views
parentfb290bad1548eb9b18d20a8210997b288111a669 (diff)
l10n: Correct style of sentence
Translator's proposal from Transifex.
Diffstat (limited to 'src/js/views')
-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 2b850fd9..86dd6918 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 participant\'s names are hidden, this is no real anonymous poll, because they are not hidden for the owner.') }}
+ {{ t('poll', 'Although participants 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>