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>2020-09-23 17:42:04 +0300
committerdartcafe <github@dartcafe.de>2020-09-23 17:42:04 +0300
commit533674ca7badc51505f1ced04defb94f46b36724 (patch)
tree8b48440461f28c00e12ec3cee373d6dea70f9acb /src
parentdaa0b77ee5da8d63ca0c9b0e9a263dac823bd2c3 (diff)
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Base/PersonalLink.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Base/PersonalLink.vue b/src/js/components/Base/PersonalLink.vue
index d78e4fb3..1a3426f4 100644
--- a/src/js/components/Base/PersonalLink.vue
+++ b/src/js/components/Base/PersonalLink.vue
@@ -25,7 +25,7 @@
<h2 class="title">
{{ t('polls', 'This is a public poll.') }}
</h2>
- <p>{{ t('polls', 'The following link is your personal access to this poll. You can reenter this this poll at any time, change your vote and leave comments.') }}</p>
+ <p>{{ t('polls', 'The following link is your personal access to this poll. You can reenter this poll at any time, change your vote and leave comments.') }}</p>
<p>{{ t('polls', 'Your personal link to this poll: {linkURL}', { linkURL: personalLink} ) }}</p>
<ButtonDiv icon="icon-clippy" :title="t('polls','Copy this link to the clipboard')" @click="copyLink()" />
<ButtonDiv v-if="share.userEmail"