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:49:46 +0300
committerGitHub <noreply@github.com>2021-08-04 00:49:46 +0300
commit4f6af9cd8028e9cef167e10f5fb6e2b526313b01 (patch)
tree653d486093b86f1f261576419e1625d8fea05f09 /src/js/components/Configuration
parentd4645879007b651afb33fac93ec6c13d9a9b921d (diff)
Update ConfigAllowMayBe.vue
Spelling corrections
Diffstat (limited to 'src/js/components/Configuration')
-rw-r--r--src/js/components/Configuration/ConfigAllowMayBe.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Configuration/ConfigAllowMayBe.vue b/src/js/components/Configuration/ConfigAllowMayBe.vue
index 62585625..e55945fc 100644
--- a/src/js/components/Configuration/ConfigAllowMayBe.vue
+++ b/src/js/components/Configuration/ConfigAllowMayBe.vue
@@ -39,7 +39,7 @@ export default {
data() {
return {
- label: t('polls', 'Allow "maybe" vote'),
+ label: t('polls', 'Allow "Maybe" vote'),
}
},