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:
authorRené Gieling <github@dartcafe.de>2020-10-21 15:58:46 +0300
committerGitHub <noreply@github.com>2020-10-21 15:58:46 +0300
commit15ff85c747170b7b98f57651f7c1514d31b4bee7 (patch)
tree5997ca3af1706e8c62233751f1e63d616a7ae0c4 /src/js/components/Settings
parent47845c3904adb1ec057a346902a6832ed4d56f15 (diff)
parent6061d416d836853f0fad20c5cd964398ef4f701d (diff)
Merge branch 'master' into configure-calendar-lookup
Diffstat (limited to 'src/js/components/Settings')
-rw-r--r--src/js/components/Settings/ExpertimantalSettings.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/js/components/Settings/ExpertimantalSettings.vue b/src/js/components/Settings/ExpertimantalSettings.vue
index a3782278..eec35275 100644
--- a/src/js/components/Settings/ExpertimantalSettings.vue
+++ b/src/js/components/Settings/ExpertimantalSettings.vue
@@ -50,7 +50,8 @@
type="checkbox" class="checkbox">
<label for="glassyNavigation">{{ t('polls', 'Glassy navigation') }}</label>
<div class="settings_details">
- {{ t('polls', 'Blurrs the background of the navigation (Does not work with all browsers).') }}
+ {{ t('polls', 'Blurs the background of the navigation (Does not work with all browsers).') }}
+
</div>
</div>
@@ -59,7 +60,7 @@
type="checkbox" class="checkbox">
<label for="glassySidebar">{{ t('polls', 'Glassy sidebar') }}</label>
<div class="settings_details">
- {{ t('polls', 'Blurrs the background of the sidebar (Does not work with all browsers).') }}
+ {{ t('polls', 'Blurs the background of the sidebar (Does not work with all browsers).') }}
</div>
</div>
</div>