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:
authordartcafe <github@dartcafe.de>2021-05-31 11:19:52 +0300
committerdartcafe <github@dartcafe.de>2021-05-31 11:19:52 +0300
commitba601f318251705955b6cc7e25c97da9bccacfba (patch)
treee47d0c8df1995238bb5789fbe8951df1daee6dfd /src
parent54792f08cba2d1ea95904906dca1c079243f181d (diff)
typo
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-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 f64f75b5..d28959f9 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=jondoe@example.org'),
+ 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'),
}
},