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-01 10:53:19 +0300
committerGitHub <noreply@github.com>2021-06-01 10:53:19 +0300
commit29fe98f62df0b539097652fa7c2cd0cba4b43953 (patch)
tree0b50713fb6f217f79745dab35733de4b511e004c /src/js
parentb7758026c1e2ccf353d2cd933e385139777fa094 (diff)
l10n: Correct a typo and change "I.e."
Diffstat (limited to 'src/js')
-rw-r--r--src/js/components/Shares/SharesPublic.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Shares/SharesPublic.vue b/src/js/components/Shares/SharesPublic.vue
index d28959f9..3b7a831c 100644
--- a/src/js/components/Shares/SharesPublic.vue
+++ b/src/js/components/Shares/SharesPublic.vue
@@ -68,7 +68,7 @@ export default {
successText: t('polls', 'Link copied to clipboard'),
errorText: t('polls', 'Error while copying link to clipboard'),
},
- paramsHint: t('polls', 'Add URL-Paramters \'name=\' and/or \'email=\' to predefine name and email address. I.e. https://example.com/s/aUubZAvweQ6PaX2?name=John Doe&email=johndoe@example.org'),
+ paramsHint: t('polls', 'Add URL-Parameters \'name=\' and/or \'email=\' to predefine name and email address. For example: https://example.com/s/aUubZAvweQ6PaX2?name=John Doe&email=johndoe@example.org'),
}
},