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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-28 10:02:31 +0300
committerGitHub <noreply@github.com>2021-04-28 10:02:31 +0300
commit09b4c9006b070ae7e36f9f4cf947a02069980d45 (patch)
tree5f5bacd6a9b015e3fdc58ec9d524404d25c50016 /src
parent14bf8088a29dc1c907da353a981ad2aa0712d6f8 (diff)
parent632247ff473fd21f0e08d46dfab23ac8325c6c0f (diff)
Merge pull request #1571 from nextcloud/Valdnet-patch-3
l10n: Change "where" to "which"
Diffstat (limited to 'src')
-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 31832113..edc9e322 100644
--- a/src/js/store/modules/polls.js
+++ b/src/js/store/modules/polls.js
@@ -41,7 +41,7 @@ const state = {
id: 'my',
title: t('polls', 'My polls'),
titleExt: t('polls', 'My polls'),
- description: t('polls', 'Your polls (where you are the owner).'),
+ description: t('polls', 'Your polls (in which you are the owner).'),
icon: 'icon-user',
pinned: false,
},