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-27 10:31:11 +0300
committerGitHub <noreply@github.com>2021-04-27 10:31:11 +0300
commit632247ff473fd21f0e08d46dfab23ac8325c6c0f (patch)
treec17558d05dc207f520e484b27c5b1c2184fbb4af /src
parent774fa6135a786104960d836da11bde786221ee56 (diff)
l10n: Change "where" to "which"
The word "in which" is more appropriate. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
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,
},