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:
authorwelaq <welaq@users.noreply.github.com>2021-08-04 00:42:04 +0300
committerGitHub <noreply@github.com>2021-08-04 00:42:04 +0300
commite4661b18f2e1eb1748292b0537e4bb59fb879749 (patch)
tree90cba36a50b076dc43bd7c9de6d4a4649c68dae7 /src/js/components/Configuration
parentfe7f319168164d5c66ab3c7155337fe7ecba9ab8 (diff)
Update ConfigVoteLimit.vue
Spelling corrections
Diffstat (limited to 'src/js/components/Configuration')
-rw-r--r--src/js/components/Configuration/ConfigVoteLimit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Configuration/ConfigVoteLimit.vue b/src/js/components/Configuration/ConfigVoteLimit.vue
index c3358421..3735f66a 100644
--- a/src/js/components/Configuration/ConfigVoteLimit.vue
+++ b/src/js/components/Configuration/ConfigVoteLimit.vue
@@ -23,7 +23,7 @@
<template>
<div>
<CheckboxRadioSwitch :checked.sync="useVoteLimit" type="switch">
- {{ t('polls', 'Limit yes votes per user') }}
+ {{ t('polls', 'Limit "Yes" votes per user') }}
</CheckboxRadioSwitch>
<InputDiv v-if="voteLimit"
v-model="voteLimit"