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/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-30 17:13:04 +0300
committerdartcafe <github@dartcafe.de>2020-09-30 17:13:04 +0300
commit6df1ffa24078a61352a7355dfb10b395bdb03e35 (patch)
treea880355c1c7c93a6c20cf8f2ddc9649f25fef013 /src
parent105acb1633dff7e53ac6490b6a8c5b290a23957a (diff)
fixed misleading typo
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Navigation/NavigationSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/components/Navigation/NavigationSettings.vue b/src/js/components/Navigation/NavigationSettings.vue
index dc5f481e..ce3826a9 100644
--- a/src/js/components/Navigation/NavigationSettings.vue
+++ b/src/js/components/Navigation/NavigationSettings.vue
@@ -28,11 +28,11 @@
<input id="defaultViewTextPoll" v-model="defaultViewTextPoll"
type="checkbox" class="checkbox">
- <label for="defaultViewTextPoll">{{ t('polls', 'Text polls default to table view') }}</label>
+ <label for="defaultViewTextPoll">{{ t('polls', 'Text polls default to list view') }}</label>
<input id="defaultViewDatePoll" v-model="defaultViewDatePoll"
type="checkbox" class="checkbox">
- <label for="defaultViewDatePoll">{{ t('polls', 'Date polls default to table view') }}</label>
+ <label for="defaultViewDatePoll">{{ t('polls', 'Date polls default to list view') }}</label>
<input id="experimental" v-model="experimental"
type="checkbox" class="checkbox">