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>2020-10-21 10:38:38 +0300
committerGitHub <noreply@github.com>2020-10-21 10:38:38 +0300
commitdcdc03af92330c25a404ce9fed1759d40aea4cc9 (patch)
tree5c92adf61dc7fd77ddd5fb2bba346c3dc69ad193 /src/js/components/Settings
parent3693c868dff91dad798cef0ea649ba185a3bff23 (diff)
l10n: Delete duplicate letter
Diffstat (limited to 'src/js/components/Settings')
-rw-r--r--src/js/components/Settings/ExpertimantalSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/components/Settings/ExpertimantalSettings.vue b/src/js/components/Settings/ExpertimantalSettings.vue
index 0d444b7d..10f652a1 100644
--- a/src/js/components/Settings/ExpertimantalSettings.vue
+++ b/src/js/components/Settings/ExpertimantalSettings.vue
@@ -53,7 +53,7 @@
type="checkbox" class="checkbox">
<label for="glassyNavigation">{{ t('polls', 'Glassy navigation') }}</label>
<div class="settings_description">
- {{ 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>
@@ -62,7 +62,7 @@
type="checkbox" class="checkbox">
<label for="glassySidebar">{{ t('polls', 'Glassy sidebar') }}</label>
<div class="settings_description">
- {{ 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>