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/js
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-20 13:58:06 +0300
committerGitHub <noreply@github.com>2021-06-20 13:58:06 +0300
commit134b0c93c2790a625c1fbc25aa7070fda0cfc55f (patch)
tree4ec05378c3e876a030244455b9a0c43667e513fa /src/js
parent425ad64ad0b8a3413425b002e0c50aedf3ec3caf (diff)
l10n: Correct a typo
Reported by the translator at Transifex.
Diffstat (limited to 'src/js')
-rw-r--r--src/js/store/modules/polls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/store/modules/polls.js b/src/js/store/modules/polls.js
index 35a0f161..388b9247 100644
--- a/src/js/store/modules/polls.js
+++ b/src/js/store/modules/polls.js
@@ -89,7 +89,7 @@ const state = {
id: 'archived',
title: t('polls', 'Archive'),
titleExt: t('polls', 'My archived polls'),
- description: t('polls', 'Your archived polls are only accessable from you.'),
+ description: t('polls', 'Your archived polls are only accessible from you.'),
icon: 'icon-category-app-bundles',
pinned: true,
},