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>2020-09-16 12:16:35 +0300
committerGitHub <noreply@github.com>2020-09-16 12:16:35 +0300
commit660f7c713c7fbc47df998d5ffa7105c63bffb6d7 (patch)
treebd7874dbf7f192b60a99d36c114159430fec773b /src
parentf5d97bbdf6eb880b223e29947c5a1a95642b2a1e (diff)
l10n: Remove the space
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Base/PollInformation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Base/PollInformation.vue b/src/js/components/Base/PollInformation.vue
index ad600bf6..068355da 100644
--- a/src/js/components/Base/PollInformation.vue
+++ b/src/js/components/Base/PollInformation.vue
@@ -23,7 +23,7 @@
<template>
<div class="poll-information">
<UserBubble v-if="poll.owner" :user="poll.owner" :display-name="poll.ownerDisplayName" />
- {{ t('polls', 'started this poll on {dateString}. ', {dateString: dateCreatedString}) }}
+ {{ t('polls', 'started this poll on {dateString}.', {dateString: dateCreatedString}) }}
<span v-if="expired && confirmedOptions.length"> {{ t('polls', 'This poll expired on {dateString}. The confirmed options are marked below.', { dateString: dateExpiryString }) }} </span>