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-06-01 11:21:46 +0300
committerGitHub <noreply@github.com>2021-06-01 11:21:46 +0300
commit1bc9b5f213ca9205a3d69b61ea10039e002b080e (patch)
tree298ddd64f5844f2f4062b33b0dac8924f267a8de /src
parent29fe98f62df0b539097652fa7c2cd0cba4b43953 (diff)
l10: Remove hyphen
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 3b7a831c..e339f293 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-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'),
+ 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'),
}
},